#6195FB

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

Shades of Cornflower Blue #6195FB

Tints of Cornflower Blue #6195FB

Color information

#6195FB (or 0x6195FB) is unknown color: approx Cornflower Blue. HEX triplet: 61, 95 and FB. RGB value is (97,149,251). Sum of RGB (Red+Green+Blue) = 97+149+251=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #6195FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6195FB is #9E6A04. Grayscale: #909090. Windows color (decimal): -10381829 or 16487777. OLE color: 16487777.

HSL color Cylindrical-coordinate representation of color #6195FB: hue angle of 219.74º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6195FB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97149251-
CMYK0.610.4100.02
HSL219.74º95.06%68.24%-
HSV(B)219.74º61.35%98.43%-
XYZ33.093195.51-
YUV145.08187.7793.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.52%
GREEN value IS 149 (58.59% from 255) = 29.98%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=19.52%
G=29.98%
B=50.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971492510.610.4100.02219.7495.0668.24
Hex6195FB3D2902dc5f44
Octal141225373755102334137104
Binary110000110010101111110111111011010010101101110010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6195FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6195FB; }

 p { color: rgb(97,149,251); }

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

<style>
 a { background-color: #6195FB; }

 a { background-color: rgb(97,149,251); }

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

<style>
 span { border-color: #6195FB; }

 span { border-color: rgb(97,149,251); }

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