#6C80D7

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

Shades of Cornflower Blue #6C80D7

Tints of Cornflower Blue #6C80D7

Color information

#6C80D7 (or 0x6C80D7) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 80 and D7. RGB value is (108,128,215). Sum of RGB (Red+Green+Blue) = 108+128+215=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 215 (84.38% from 255 or 47.67% from 451); Max value from RGB is 215 - color contains mainly: blue. Hex color #6C80D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80D7 is #937F28. Grayscale: #838383. Windows color (decimal): -9666345 or 14123116. OLE color: 14123116.

HSL color Cylindrical-coordinate representation of color #6C80D7: hue angle of 228.79º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C80D7 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108128215-
CMYK0.500.4000.16
HSL228.79º57.22%63.33%-
HSV(B)228.79º49.77%84.31%-
XYZ26.1723.5367.45-
YUV131.94174.87110.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.95%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 215 (84.38% from 255) = 47.67%
R=23.95%
G=28.38%
B=47.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081282150.500.4000.16228.7957.2263.33
Hex6C80D73228010e5393f
Octal15420032762500203457177
Binary1101100100000001101011111001010100001000011100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C80D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C80D7; }

 p { color: rgb(108,128,215); }

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

<style>
 a { background-color: #6C80D7; }

 a { background-color: rgb(108,128,215); }

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

<style>
 span { border-color: #6C80D7; }

 span { border-color: rgb(108,128,215); }

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