#6879E0

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

Shades of Cornflower Blue #6879E0

Tints of Cornflower Blue #6879E0

Color information

#6879E0 (or 0x6879E0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 79 and E0. RGB value is (104,121,224). Sum of RGB (Red+Green+Blue) = 104+121+224=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #6879E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6879E0 is #97861F. Grayscale: #7F7F7F. Windows color (decimal): -9930272 or 14711144. OLE color: 14711144.

HSL color Cylindrical-coordinate representation of color #6879E0: hue angle of 231.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6879E0 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104121224-
CMYK0.540.4600.12
HSL231.5º65.93%64.31%-
HSV(B)231.5º53.57%87.84%-
XYZ262273.4-
YUV127.66182.37111.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 121 (47.66% from 255) = 26.95%
BLUE value IS 224 (87.89% from 255) = 49.89%
R=23.16%
G=26.95%
B=49.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041212240.540.4600.12231.565.9364.31
Hex6879E0362E0Ce84240
Octal1501713406656014350102100
Binary1101000111100111100000110110101110011001110100010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6879E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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