#6174BA

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

Shades of Chetwode Blue #6174BA

Tints of Chetwode Blue #6174BA

Color information

#6174BA (or 0x6174BA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 74 and BA. RGB value is (97,116,186). Sum of RGB (Red+Green+Blue) = 97+116+186=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #6174BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6174BA is #9E8B45. Grayscale: #767676. Windows color (decimal): -10390342 or 12219489. OLE color: 12219489.

HSL color Cylindrical-coordinate representation of color #6174BA: hue angle of 227.19º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6174BA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97116186-
CMYK0.480.3800.27
HSL227.19º39.21%55.49%-
HSV(B)227.19º47.85%72.94%-
XYZ20.0418.5848.98-
YUV118.3166.21112.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 186 (73.05% from 255) = 46.62%
R=24.31%
G=29.07%
B=46.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971161860.480.3800.27227.1939.2155.49
Hex6174BA302601Be32737
Octal14116427260460333434767
Binary110000111101001011101011000010011001101111100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6174BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6174BA; }

 p { color: rgb(97,116,186); }

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

<style>
 a { background-color: #6174BA; }

 a { background-color: rgb(97,116,186); }

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

<style>
 span { border-color: #6174BA; }

 span { border-color: rgb(97,116,186); }

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