Html Css Color HEX #6170AF Chetwode Blue

📋 copy color: '#6170AF'

red 97 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #6170AF

Tints of Chetwode Blue #6170AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 25.26%
G = 29.17%
B = 45.57%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6170AF (or 0x6170AF) is known color: Chetwode Blue. HEX triplet: 61, 70 and AF. RGB value is (97,112,175). Sum of RGB (Red+Green+Blue) = 97+112+175=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #6170AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6170AF is #9E8F50. Grayscale: #727272. Windows color (decimal): -10391377 or 11497569. OLE color: 11497569.

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

Color convert

RGB 97 112 175 -
CMYK 0.45 0.36 0 0.31
HSL 228.46º 0.33% 0.53% -
HSV(B) 228.46º 0.45% 0.69% -
XYZ 18.46 17.22 42.91 -
YUV 114.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 97 112 175 0.45 0.36 0 0.31 228.46 0.33 0.53
Hex 61 70 AF 2D 24 0 1F E4 21 35
Octal 141 160 257 55 44 0 37 344 41 65
Binary 1100001 1110000 10101111 101101 100100 0 11111 11100100 100001 110101

Color Harmonies of #6170AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6170AF

Black with #6170AF

Text Example


Text Example

White with #6170AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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