Html Css Color HEX #6174AB Chetwode Blue

📋 copy color: '#6174AB'

red 97 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6174AB

Tints of Chetwode Blue #6174AB

RGB

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

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

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

R = 25.26%
G = 30.21%
B = 44.53%

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

#6174AB (or 0x6174AB) is known color: Chetwode Blue. HEX triplet: 61, 74 and AB. RGB value is (97,116,171). Sum of RGB (Red+Green+Blue) = 97+116+171=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #6174AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6174AB is #9E8B54. Grayscale: #747474. Windows color (decimal): -10390357 or 11236449. OLE color: 11236449.

HSL color Cylindrical-coordinate representation of color #6174AB: hue angle of 224.59º 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 #6174AB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 116 171 -
CMYK 0.43 0.32 0 0.33
HSL 224.59º 0.31% 0.53% -
HSV(B) 224.59º 0.43% 0.67% -
XYZ 18.53 17.97 41.02 -
YUV 116.59 158.71 114.03 -
System Red Green Blue C M Y K H S L
Decimal 97 116 171 0.43 0.32 0 0.33 224.59 0.31 0.53
Hex 61 74 AB 2B 20 0 21 E1 1F 35
Octal 141 164 253 53 40 0 41 341 37 65
Binary 1100001 1110100 10101011 101011 100000 0 100001 11100001 11111 110101

Color Harmonies of #6174AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6174AB

Black with #6174AB

Text Example


Text Example

White with #6174AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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