#6C9AFA

Color #6C9AFA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C9AFA

Tints of Cornflower Blue #6C9AFA

Color information

#6C9AFA (or 0x6C9AFA) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9A and FA. RGB value is (108,154,250). Sum of RGB (Red+Green+Blue) = 108+154+250=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #6C9AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9AFA is #936505. Grayscale: #969696. Windows color (decimal): -9659654 or 16423532. OLE color: 16423532.

HSL color Cylindrical-coordinate representation of color #6C9AFA: hue angle of 220.56º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C9AFA is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108154250-
CMYK0.570.3800.02
HSL220.56º93.42%70.2%-
HSV(B)220.56º56.8%98.04%-
XYZ3533.295.01-
YUV151.19183.7697.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 21.09%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=21.09%
G=30.08%
B=48.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081542500.570.3800.02220.5693.4270.2
Hex6C9AFA392602dd5d46
Octal154232372714602335135106
Binary110110010011010111110101110011001100101101110110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C9AFA; }

 p { color: rgb(108,154,250); }

 H1.HeaderClassName
 {
   color: #6C9AFA;
 }
 .AnyTagClassName
 {
   color: #6C9AFA;
 }
</style>
background-color css

<style>
 a { background-color: #6C9AFA; }

 a { background-color: rgb(108,154,250); }

 div.DivClassName
 {
   background-color: #6C9AFA;
 }
 .BgClassName
 {
   background-color: #6C9AFA;
 }
</style>
border-color css

<style>
 span { border-color: #6C9AFA; }

 span { border-color: rgb(108,154,250); }

 td.TdClassName
 {
   border-color: #6C9AFA;
 }
 .TagClassName
 {
   border-color: #6C9AFA;
 }
</style>