#6197FC

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

Shades of Cornflower Blue #6197FC

Tints of Cornflower Blue #6197FC

Color information

#6197FC (or 0x6197FC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 97 and FC. RGB value is (97,151,252). Sum of RGB (Red+Green+Blue) = 97+151+252=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 151 (59.38% from 255 or 30.2% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #6197FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6197FC is #9E6803. Grayscale: #919191. Windows color (decimal): -10381316 or 16553825. OLE color: 16553825.

HSL color Cylindrical-coordinate representation of color #6197FC: hue angle of 219.1º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6197FC is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97151252-
CMYK0.620.4000.01
HSL219.1º96.27%68.43%-
HSV(B)219.1º61.51%98.82%-
XYZ33.5731.796.45-
YUV146.37187.6192.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 151 (59.38% from 255) = 30.2%
BLUE value IS 252 (98.83% from 255) = 50.4%
R=19.4%
G=30.2%
B=50.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971512520.620.4000.01219.196.2768.43
Hex6197FC3E2801db6044
Octal141227374765001333140104
Binary11000011001011111111100111110101000011101101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6197FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6197FC; }

 p { color: rgb(97,151,252); }

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

<style>
 a { background-color: #6197FC; }

 a { background-color: rgb(97,151,252); }

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

<style>
 span { border-color: #6197FC; }

 span { border-color: rgb(97,151,252); }

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