#6B8EDF

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

Shades of Cornflower Blue #6B8EDF

Tints of Cornflower Blue #6B8EDF

Color information

#6B8EDF (or 0x6B8EDF) is unknown color: approx Cornflower Blue. HEX triplet: 6B, 8E and DF. RGB value is (107,142,223). Sum of RGB (Red+Green+Blue) = 107+142+223=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8EDF is #947120. Grayscale: #8C8C8C. Windows color (decimal): -9728289 or 14650987. OLE color: 14650987.

HSL color Cylindrical-coordinate representation of color #6B8EDF: hue angle of 221.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B8EDF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107142223-
CMYK0.520.3600.13
HSL221.9º64.44%64.71%-
HSV(B)221.9º52.02%87.45%-
XYZ29.0627.873.65-
YUV140.77174.4103.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.67%
GREEN value IS 142 (55.86% from 255) = 30.08%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=22.67%
G=30.08%
B=47.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071422230.520.3600.13221.964.4464.71
Hex6B8EDF34240Dde4041
Octal1532163376444015336100101
Binary11010111000111011011111110100100100011011101111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,142,223); }

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

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

 a { background-color: rgb(107,142,223); }

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

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

 span { border-color: rgb(107,142,223); }

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