#6681EA

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

Shades of Cornflower Blue #6681EA

Tints of Cornflower Blue #6681EA

Color information

#6681EA (or 0x6681EA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 81 and EA. RGB value is (102,129,234). Sum of RGB (Red+Green+Blue) = 102+129+234=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #6681EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681EA is #997E15. Grayscale: #848484. Windows color (decimal): -10059286 or 15368550. OLE color: 15368550.

HSL color Cylindrical-coordinate representation of color #6681EA: hue angle of 227.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6681EA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102129234-
CMYK0.560.4500.08
HSL227.73º75.86%65.88%-
HSV(B)227.73º56.41%91.76%-
XYZ28.1824.4781.08-
YUV132.9185.05105.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=21.94%
G=27.74%
B=50.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021292340.560.4500.08227.7375.8665.88
Hex6681EA382D08e44c42
Octal1462013527055010344114102
Binary11001101000000111101010111000101101010001110010010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6681EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6681EA; }

 p { color: rgb(102,129,234); }

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

<style>
 a { background-color: #6681EA; }

 a { background-color: rgb(102,129,234); }

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

<style>
 span { border-color: #6681EA; }

 span { border-color: rgb(102,129,234); }

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