#6176B1

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

Shades of Chetwode Blue #6176B1

Tints of Chetwode Blue #6176B1

Color information

#6176B1 (or 0x6176B1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 76 and B1. RGB value is (97,118,177). Sum of RGB (Red+Green+Blue) = 97+118+177=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #6176B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6176B1 is #9E894E. Grayscale: #767676. Windows color (decimal): -10389839 or 11630177. OLE color: 11630177.

HSL color Cylindrical-coordinate representation of color #6176B1: hue angle of 224.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6176B1 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97118177-
CMYK0.450.3300.31
HSL224.25º33.9%53.73%-
HSV(B)224.25º45.2%69.41%-
XYZ19.3418.6744.18-
YUV118.45161.04112.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=24.74%
G=30.10%
B=45.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971181770.450.3300.31224.2533.953.73
Hex6176B12D2101Fe02236
Octal14116626155410373404266
Binary110000111101101011000110110110000101111111100000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6176B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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