#6A8EDF

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

Shades of Cornflower Blue #6A8EDF

Tints of Cornflower Blue #6A8EDF

Color information

#6A8EDF (or 0x6A8EDF) is unknown color: approx Cornflower Blue. HEX triplet: 6A, 8E and DF. RGB value is (106,142,223). Sum of RGB (Red+Green+Blue) = 106+142+223=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8EDF is #957120. Grayscale: #8C8C8C. Windows color (decimal): -9793825 or 14650986. OLE color: 14650986.

HSL color Cylindrical-coordinate representation of color #6A8EDF: hue angle of 221.54º degrees, saturation: 0.65, 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 #6A8EDF is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106142223-
CMYK0.520.3600.13
HSL221.54º64.64%64.51%-
HSV(B)221.54º52.47%87.45%-
XYZ28.9427.7473.64-
YUV140.47174.57103.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=22.51%
G=30.15%
B=47.35%

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
Decimal1061422230.520.3600.13221.5464.6464.51
Hex6A8EDF34240Dde4141
Octal1522163376444015336101101
Binary11010101000111011011111110100100100011011101111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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