#6885DF

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

Shades of Cornflower Blue #6885DF

Tints of Cornflower Blue #6885DF

Color information

#6885DF (or 0x6885DF) is unknown color: approx Cornflower Blue. HEX triplet: 68, 85 and DF. RGB value is (104,133,223). Sum of RGB (Red+Green+Blue) = 104+133+223=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #6885DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885DF is #977A20. Grayscale: #868686. Windows color (decimal): -9927201 or 14648680. OLE color: 14648680.

HSL color Cylindrical-coordinate representation of color #6885DF: hue angle of 225.38º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6885DF is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104133223-
CMYK0.530.4000.13
HSL225.38º65.03%64.12%-
HSV(B)225.38º53.36%87.45%-
XYZ27.4225.0573.2-
YUV134.59177.89106.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.61%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=22.61%
G=28.91%
B=48.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041332230.530.4000.13225.3865.0364.12
Hex6885DF35280De14140
Octal1502053376550015341101100
Binary11010001000010111011111110101101000011011110000110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6885DF; }

 p { color: rgb(104,133,223); }

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

<style>
 a { background-color: #6885DF; }

 a { background-color: rgb(104,133,223); }

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

<style>
 span { border-color: #6885DF; }

 span { border-color: rgb(104,133,223); }

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