#6180DA

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

Shades of Cornflower Blue #6180DA

Tints of Cornflower Blue #6180DA

Color information

#6180DA (or 0x6180DA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 80 and DA. RGB value is (97,128,218). Sum of RGB (Red+Green+Blue) = 97+128+218=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #6180DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6180DA is #9E7F25. Grayscale: #808080. Windows color (decimal): -10387238 or 14319713. OLE color: 14319713.

HSL color Cylindrical-coordinate representation of color #6180DA: hue angle of 224.63º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6180DA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97128218-
CMYK0.560.4100.15
HSL224.63º62.05%61.76%-
HSV(B)224.63º55.5%85.49%-
XYZ25.323.0469.44-
YUV128.99178.23105.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.90%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=21.90%
G=28.89%
B=49.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971282180.560.4100.15224.6362.0561.76
Hex6180DA38290Fe13e3e
Octal14120033270510173417676
Binary110000110000000110110101110001010010111111100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6180DA; }

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

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

<style>
 a { background-color: #6180DA; }

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

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

<style>
 span { border-color: #6180DA; }

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

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