#6882d8

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

Shades of Cornflower Blue #6882D8

Tints of Cornflower Blue #6882D8

Color information

#6882D8 (or 0x6882D8) is unknown color: approx Cornflower Blue. HEX triplet: 68, 82 and D8. RGB value is (104,130,216). Sum of RGB (Red+Green+Blue) = 104+130+216=450 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #6882D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882D8 is #977D27. Grayscale: #838383. Windows color (decimal): -9927976 or 14189160. OLE color: 14189160.

HSL color Cylindrical-coordinate representation of color #6882D8: hue angle of 226.07º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6882D8 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104130216-
CMYK0.520.4000.15
HSL226.07º58.95%62.75%-
HSV(B)226.07º51.85%84.71%-
XYZ26.0923.8768.2-
YUV132.03175.39108.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.11%
GREEN value IS 130 (51.17% from 255) = 28.89%
BLUE value IS 216 (84.77% from 255) = 48%
R=23.11%
G=28.89%
B=48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041302160.520.4000.15226.0758.9562.75
Hex6882D834280Fe23b3f
Octal15020233064500173427377
Binary110100010000010110110001101001010000111111100010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6882d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6882d8; }

 p { color: rgb(104,130,216); }

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

<style>
 a { background-color: #6882d8; }

 a { background-color: rgb(104,130,216); }

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

<style>
 span { border-color: #6882d8; }

 span { border-color: rgb(104,130,216); }

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