Html Css Color HEX #6170AC Chetwode Blue

📋 copy color: '#6170AC'

red 97 ◦ green 112 ◦ blue 172

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

Shades of Chetwode Blue #6170AC

Tints of Chetwode Blue #6170AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 25.46%
G = 29.4%
B = 45.14%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6170AC (or 0x6170AC) is known color: Chetwode Blue. HEX triplet: 61, 70 and AC. RGB value is (97,112,172). Sum of RGB (Red+Green+Blue) = 97+112+172=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #6170AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6170AC is #9E8F53. Grayscale: #727272. Windows color (decimal): -10391380 or 11300961. OLE color: 11300961.

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

Color convert

RGB 97 112 172 -
CMYK 0.44 0.35 0 0.33
HSL 228º 0.31% 0.53% -
HSV(B) 228º 0.44% 0.67% -
XYZ 18.17 17.11 41.37 -
YUV 114.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 97 112 172 0.44 0.35 0 0.33 228 0.31 0.53
Hex 61 70 AC 2C 23 0 21 E4 1F 35
Octal 141 160 254 54 43 0 41 344 37 65
Binary 1100001 1110000 10101100 101100 100011 0 100001 11100100 11111 110101

Color Harmonies of #6170AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170AC

Black with #6170AC

Text Example


Text Example

White with #6170AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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