#6176FA

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

Shades of Cornflower Blue #6176FA

Tints of Cornflower Blue #6176FA

Color information

#6176FA (or 0x6176FA) is unknown color: approx Cornflower Blue. HEX triplet: 61, 76 and FA. RGB value is (97,118,250). Sum of RGB (Red+Green+Blue) = 97+118+250=465 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.86% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #6176FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6176FA is #9E8905. Grayscale: #7E7E7E. Windows color (decimal): -10389766 or 16414305. OLE color: 16414305.

HSL color Cylindrical-coordinate representation of color #6176FA: hue angle of 231.76º degrees, saturation: 0.94, 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 #6176FA is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB97118250-
CMYK0.610.5300.02
HSL231.76º93.87%68.04%-
HSV(B)231.76º61.2%98.04%-
XYZ28.6622.493.26-
YUV126.77197.54106.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.86%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 250 (98.05% from 255) = 53.76%
R=20.86%
G=25.38%
B=53.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal971182500.610.5300.02231.7693.8768.04
Hex6176FA3D3502e85e44
Octal141166372756502350136104
Binary11000011110110111110101111011101010101110100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6176FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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