#6879DB

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

Shades of Cornflower Blue #6879DB

Tints of Cornflower Blue #6879DB

Color information

#6879DB (or 0x6879DB) is unknown color: approx Cornflower Blue. HEX triplet: 68, 79 and DB. RGB value is (104,121,219). Sum of RGB (Red+Green+Blue) = 104+121+219=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6879DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6879DB is #978624. Grayscale: #7E7E7E. Windows color (decimal): -9930277 or 14383464. OLE color: 14383464.

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

Color convert

RGB104121219-
CMYK0.530.4500.14
HSL231.13º61.5%63.33%-
HSV(B)231.13º52.51%85.88%-
XYZ25.3321.7369.88-
YUV127.09179.87111.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 121 (47.66% from 255) = 27.25%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=23.42%
G=27.25%
B=49.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041212190.530.4500.14231.1361.563.33
Hex6879DB352D0Ee73d3f
Octal15017133365550163477577
Binary11010001111001110110111101011011010111011100111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6879DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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