#6891DB

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

Shades of Cornflower Blue #6891DB

Tints of Cornflower Blue #6891DB

Color information

#6891DB (or 0x6891DB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 91 and DB. RGB value is (104,145,219). Sum of RGB (Red+Green+Blue) = 104+145+219=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #6891DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6891DB is #976E24. Grayscale: #8C8C8C. Windows color (decimal): -9924133 or 14389608. OLE color: 14389608.

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

Color convert

RGB104145219-
CMYK0.530.3400.14
HSL218.61º61.5%63.33%-
HSV(B)218.61º52.51%85.88%-
XYZ28.6228.3170.97-
YUV141.18171.92101.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.22%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=22.22%
G=30.98%
B=46.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041452190.530.3400.14218.6161.563.33
Hex6891DB35220Edb3d3f
Octal15022133365420163337577
Binary110100010010001110110111101011000100111011011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6891DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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