#6180F1

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

Shades of Cornflower Blue #6180F1

Tints of Cornflower Blue #6180F1

Color information

#6180F1 (or 0x6180F1) is unknown color: approx Cornflower Blue. HEX triplet: 61, 80 and F1. RGB value is (97,128,241). Sum of RGB (Red+Green+Blue) = 97+128+241=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #6180F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6180F1 is #9E7F0E. Grayscale: #838383. Windows color (decimal): -10387215 or 15827041. OLE color: 15827041.

HSL color Cylindrical-coordinate representation of color #6180F1: hue angle of 227.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6180F1 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97128241-
CMYK0.600.4700.05
HSL227.08º83.72%66.27%-
HSV(B)227.08º59.75%94.51%-
XYZ28.5324.3386.41-
YUV131.61189.73103.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=20.82%
G=27.47%
B=51.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971282410.600.4700.05227.0883.7266.27
Hex6180F13C2F05e35442
Octal141200361745705343124102
Binary1100001100000001111000111110010111101011110001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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