#6D80DA

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

Shades of Cornflower Blue #6D80DA

Tints of Cornflower Blue #6D80DA

Color information

#6D80DA (or 0x6D80DA) is unknown color: approx Cornflower Blue. HEX triplet: 6D, 80 and DA. RGB value is (109,128,218). Sum of RGB (Red+Green+Blue) = 109+128+218=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D80DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80DA is #927F25. Grayscale: #848484. Windows color (decimal): -9600806 or 14319725. OLE color: 14319725.

HSL color Cylindrical-coordinate representation of color #6D80DA: hue angle of 229.54º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D80DA is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109128218-
CMYK0.50.4100.15
HSL229.54º59.56%64.12%-
HSV(B)229.54º50%85.49%-
XYZ26.6823.7569.51-
YUV132.58176.21111.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.96%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 218 (85.55% from 255) = 47.91%
R=23.96%
G=28.13%
B=47.91%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091282180.50.4100.15229.5459.5664.12
Hex6D80DA32290Fe63c40
Octal155200332625101734674100
Binary1101101100000001101101011001010100101111111001101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D80DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,218); }

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

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

 a { background-color: rgb(109,128,218); }

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

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

 span { border-color: rgb(109,128,218); }

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