#6190F5

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

Shades of Cornflower Blue #6190F5

Tints of Cornflower Blue #6190F5

Color information

#6190F5 (or 0x6190F5) is unknown color: approx Cornflower Blue. HEX triplet: 61, 90 and F5. RGB value is (97,144,245). Sum of RGB (Red+Green+Blue) = 97+144+245=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #6190F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6190F5 is #9E6F0A. Grayscale: #8D8D8D. Windows color (decimal): -10383115 or 16093281. OLE color: 16093281.

HSL color Cylindrical-coordinate representation of color #6190F5: hue angle of 220.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6190F5 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB97144245-
CMYK0.600.4100.04
HSL220.95º88.1%67.06%-
HSV(B)220.95º60.41%96.08%-
XYZ31.3829.0890.35-
YUV141.46186.4396.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.96%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 245 (96.09% from 255) = 50.41%
R=19.96%
G=29.63%
B=50.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal971442450.600.4100.04220.9588.167.06
Hex6190F53C2904dd5843
Octal141220365745104335130103
Binary1100001100100001111010111110010100101001101110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6190F5; }

 p { color: rgb(97,144,245); }

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

<style>
 a { background-color: #6190F5; }

 a { background-color: rgb(97,144,245); }

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

<style>
 span { border-color: #6190F5; }

 span { border-color: rgb(97,144,245); }

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