#6881DE

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

Shades of Cornflower Blue #6881DE

Tints of Cornflower Blue #6881DE

Color information

#6881DE (or 0x6881DE) is unknown color: approx Cornflower Blue. HEX triplet: 68, 81 and DE. RGB value is (104,129,222). Sum of RGB (Red+Green+Blue) = 104+129+222=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #6881DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881DE is #977E21. Grayscale: #838383. Windows color (decimal): -9928226 or 14582120. OLE color: 14582120.

HSL color Cylindrical-coordinate representation of color #6881DE: hue angle of 227.29º degrees, saturation: 0.64, 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 #6881DE is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104129222-
CMYK0.530.4200.13
HSL227.29º64.13%63.92%-
HSV(B)227.29º53.15%87.06%-
XYZ26.7423.9272.31-
YUV132.13178.72107.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.86%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=22.86%
G=28.35%
B=48.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041292220.530.4200.13227.2964.1363.92
Hex6881DE352A0De34040
Octal1502013366552015343100100
Binary11010001000000111011110110101101010011011110001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6881DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6881DE; }

 p { color: rgb(104,129,222); }

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

<style>
 a { background-color: #6881DE; }

 a { background-color: rgb(104,129,222); }

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

<style>
 span { border-color: #6881DE; }

 span { border-color: rgb(104,129,222); }

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