Html Css Color HEX #6471AB Chetwode Blue

📋 copy color: '#6471AB'

red 100 ◦ green 113 ◦ blue 171

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

Shades of Chetwode Blue #6471AB

Tints of Chetwode Blue #6471AB

RGB

 RED value IS 100 (39.45% from 255) = 26.04%

 GREEN value IS 113 (44.53% from 255) = 29.43%

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

R = 26.04%
G = 29.43%
B = 44.53%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6471AB (or 0x6471AB) is known color: Chetwode Blue. HEX triplet: 64, 71 and AB. RGB value is (100,113,171). Sum of RGB (Red+Green+Blue) = 100+113+171=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 113 (44.53% from 255 or 29.43% 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 #6471AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6471AB is #9B8E54. Grayscale: #737373. Windows color (decimal): -10194517 or 11235684. OLE color: 11235684.

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

Color convert

RGB 100 113 171 -
CMYK 0.42 0.34 0 0.33
HSL 229.01º 0.3% 0.53% -
HSV(B) 229.01º 0.42% 0.67% -
XYZ 18.51 17.46 40.92 -
YUV 115.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 100 113 171 0.42 0.34 0 0.33 229.01 0.3 0.53
Hex 64 71 AB 2A 22 0 21 E5 1E 35
Octal 144 161 253 52 42 0 41 345 36 65
Binary 1100100 1110001 10101011 101010 100010 0 100001 11100101 11110 110101

Color Harmonies of #6471AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471AB

Black with #6471AB

Text Example


Text Example

White with #6471AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,113,171); }

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

background-color css

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

 a { background-color: rgb(100,113,171); }

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

border-color css

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

 span { border-color: rgb(100,113,171); }

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