Html Css Color HEX #6174AA Chetwode Blue

📋 copy color: '#6174AA'

red 97 ◦ green 116 ◦ blue 170

#6174AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6174AA

Tints of Chetwode Blue #6174AA

RGB

 RED value IS 97 (38.28% from 255) = 25.33%

 GREEN value IS 116 (45.7% from 255) = 30.29%

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 25.33%
G = 30.29%
B = 44.39%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6174AA (or 0x6174AA) is known color: Chetwode Blue. HEX triplet: 61, 74 and AA. RGB value is (97,116,170). Sum of RGB (Red+Green+Blue) = 97+116+170=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #6174AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6174AA is #9E8B55. Grayscale: #747474. Windows color (decimal): -10390358 or 11170913. OLE color: 11170913.

HSL color Cylindrical-coordinate representation of color #6174AA: hue angle of 224.38º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6174AA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 116 170 -
CMYK 0.43 0.32 0 0.33
HSL 224.38º 0.3% 0.52% -
HSV(B) 224.38º 0.43% 0.67% -
XYZ 18.43 17.93 40.52 -
YUV 116.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 97 116 170 0.43 0.32 0 0.33 224.38 0.3 0.52
Hex 61 74 AA 2B 20 0 21 E0 1E 34
Octal 141 164 252 53 40 0 41 340 36 64
Binary 1100001 1110100 10101010 101011 100000 0 100001 11100000 11110 110100

Color Harmonies of #6174AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174AA

Black with #6174AA

Text Example


Text Example

White with #6174AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6174AA;
 }
 .AnyTagClassName
 {
   color: #6174AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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