#6176FC

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

Shades of Cornflower Blue #6176FC

Tints of Cornflower Blue #6176FC

Color information

#6176FC (or 0x6176FC) is unknown color: approx Cornflower Blue. HEX triplet: 61, 76 and FC. RGB value is (97,118,252). Sum of RGB (Red+Green+Blue) = 97+118+252=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #6176FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6176FC is #9E8903. Grayscale: #7E7E7E. Windows color (decimal): -10389764 or 16545377. OLE color: 16545377.

HSL color Cylindrical-coordinate representation of color #6176FC: hue angle of 231.87º 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 #6176FC is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB97118252-
CMYK0.620.5300.01
HSL231.87º96.27%68.43%-
HSV(B)231.87º61.51%98.82%-
XYZ28.9822.5394.92-
YUV127198.54106.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 118 (46.48% from 255) = 25.27%
BLUE value IS 252 (98.83% from 255) = 53.96%
R=20.77%
G=25.27%
B=53.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal971182520.620.5300.01231.8796.2768.43
Hex6176FC3E3501e86044
Octal141166374766501350140104
Binary1100001111011011111100111110110101011110100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6176FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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