#6886DB

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

Shades of Cornflower Blue #6886DB

Tints of Cornflower Blue #6886DB

Color information

#6886DB (or 0x6886DB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 86 and DB. RGB value is (104,134,219). Sum of RGB (Red+Green+Blue) = 104+134+219=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6886DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6886DB is #977924. Grayscale: #868686. Windows color (decimal): -9926949 or 14386792. OLE color: 14386792.

HSL color Cylindrical-coordinate representation of color #6886DB: hue angle of 224.35º degrees, saturation: 0.61, 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 #6886DB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104134219-
CMYK0.530.3900.14
HSL224.35º61.5%63.33%-
HSV(B)224.35º52.51%85.88%-
XYZ27.0225.1170.44-
YUV134.72175.56106.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=22.76%
G=29.32%
B=47.92%

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
Decimal1041342190.530.3900.14224.3561.563.33
Hex6886DB35270Ee03d3f
Octal15020633365470163407577
Binary110100010000110110110111101011001110111011100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6886DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,134,219); }

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

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

 a { background-color: rgb(104,134,219); }

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

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

 span { border-color: rgb(104,134,219); }

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