#6C8CFB

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

Shades of Cornflower Blue #6C8CFB

Tints of Cornflower Blue #6C8CFB

Color information

#6C8CFB (or 0x6C8CFB) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8C and FB. RGB value is (108,140,251). Sum of RGB (Red+Green+Blue) = 108+140+251=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C8CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CFB is #937304. Grayscale: #8E8E8E. Windows color (decimal): -9663237 or 16485484. OLE color: 16485484.

HSL color Cylindrical-coordinate representation of color #6C8CFB: hue angle of 226.57º degrees, saturation: 0.95, 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 #6C8CFB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108140251-
CMYK0.570.4400.02
HSL226.57º94.7%70.39%-
HSV(B)226.57º56.97%98.43%-
XYZ32.9828.9195.11-
YUV143.09188.9102.97-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.64%
GREEN value IS 140 (55.08% from 255) = 28.06%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=21.64%
G=28.06%
B=50.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1081402510.570.4400.02226.5794.770.39
Hex6C8CFB392C02e35f46
Octal154214373715402343137106
Binary110110010001100111110111110011011000101110001110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,251); }

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

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

 a { background-color: rgb(108,140,251); }

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

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

 span { border-color: rgb(108,140,251); }

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