Html Css Color HEX #6170AB Chetwode Blue

📋 copy color: '#6170AB'

red 97 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #6170AB

Tints of Chetwode Blue #6170AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 171 (67.19% from 255) = 45%

R = 25.53%
G = 29.47%
B = 45%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6170AB (or 0x6170AB) is known color: Chetwode Blue. HEX triplet: 61, 70 and AB. RGB value is (97,112,171). Sum of RGB (Red+Green+Blue) = 97+112+171=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6170AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6170AB is #9E8F54. Grayscale: #717171. Windows color (decimal): -10391381 or 11235425. OLE color: 11235425.

HSL color Cylindrical-coordinate representation of color #6170AB: hue angle of 227.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6170AB is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 112 171 -
CMYK 0.43 0.35 0 0.33
HSL 227.84º 0.31% 0.53% -
HSV(B) 227.84º 0.43% 0.67% -
XYZ 18.07 17.07 40.87 -
YUV 114.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 97 112 171 0.43 0.35 0 0.33 227.84 0.31 0.53
Hex 61 70 AB 2B 23 0 21 E4 1F 35
Octal 141 160 253 53 43 0 41 344 37 65
Binary 1100001 1110000 10101011 101011 100011 0 100001 11100100 11111 110101

Color Harmonies of #6170AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170AB

Black with #6170AB

Text Example


Text Example

White with #6170AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6170AB; }

 p { color: rgb(97,112,171); }

 H1.HeaderClassName
 {
   color: #6170AB;
 }
 .AnyTagClassName
 {
   color: #6170AB;
 }
</style>

background-color css

<style>
 a { background-color: #6170AB; }

 a { background-color: rgb(97,112,171); }

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

border-color css

<style>
 span { border-color: #6170AB; }

 span { border-color: rgb(97,112,171); }

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