Html Css Color HEX #6471A3 Chetwode Blue

📋 copy color: '#6471A3'

red 100 ◦ green 113 ◦ blue 163

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

Shades of Chetwode Blue #6471A3

Tints of Chetwode Blue #6471A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.35%

R = 26.6%
G = 30.05%
B = 43.35%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6471A3 (or 0x6471A3) is known color: Chetwode Blue. HEX triplet: 64, 71 and A3. RGB value is (100,113,163). Sum of RGB (Red+Green+Blue) = 100+113+163=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 163 - color contains mainly: blue. Hex color #6471A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6471A3 is #9B8E5C. Grayscale: #727272. Windows color (decimal): -10194525 or 10711396. OLE color: 10711396.

HSL color Cylindrical-coordinate representation of color #6471A3: hue angle of 227.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6471A3 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 113 163 -
CMYK 0.39 0.31 0 0.36
HSL 227.62º 0.26% 0.52% -
HSV(B) 227.62º 0.39% 0.64% -
XYZ 17.77 17.16 37.03 -
YUV 114.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 100 113 163 0.39 0.31 0 0.36 227.62 0.26 0.52
Hex 64 71 A3 27 1F 0 24 E4 1A 34
Octal 144 161 243 47 37 0 44 344 32 64
Binary 1100100 1110001 10100011 100111 11111 0 100100 11100100 11010 110100

Color Harmonies of #6471A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471A3

Black with #6471A3

Text Example


Text Example

White with #6471A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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