#6685DB

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

Shades of Cornflower Blue #6685DB

Tints of Cornflower Blue #6685DB

Color information

#6685DB (or 0x6685DB) is unknown color: approx Cornflower Blue. HEX triplet: 66, 85 and DB. RGB value is (102,133,219). Sum of RGB (Red+Green+Blue) = 102+133+219=454 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.47% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6685DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685DB is #997A24. Grayscale: #858585. Windows color (decimal): -10058277 or 14386534. OLE color: 14386534.

HSL color Cylindrical-coordinate representation of color #6685DB: hue angle of 224.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6685DB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB102133219-
CMYK0.530.3900.14
HSL224.1º61.9%62.94%-
HSV(B)224.1º53.42%85.88%-
XYZ26.6524.7170.38-
YUV133.54176.23105.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.47%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=22.47%
G=29.30%
B=48.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1021332190.530.3900.14224.161.962.94
Hex6685DB35270Ee03e3f
Octal14620533365470163407677
Binary110011010000101110110111101011001110111011100000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6685DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6685DB; }

 p { color: rgb(102,133,219); }

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

<style>
 a { background-color: #6685DB; }

 a { background-color: rgb(102,133,219); }

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

<style>
 span { border-color: #6685DB; }

 span { border-color: rgb(102,133,219); }

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