Html Css Color HEX #6470A1 Chetwode Blue

📋 copy color: '#6470A1'

red 100 ◦ green 112 ◦ blue 161

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

Shades of Chetwode Blue #6470A1

Tints of Chetwode Blue #6470A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 26.81%
G = 30.03%
B = 43.16%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6470A1 (or 0x6470A1) is known color: Chetwode Blue. HEX triplet: 64, 70 and A1. RGB value is (100,112,161). Sum of RGB (Red+Green+Blue) = 100+112+161=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 161 - color contains mainly: blue. Hex color #6470A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6470A1 is #9B8F5E. Grayscale: #717171. Windows color (decimal): -10194783 or 10580068. OLE color: 10580068.

HSL color Cylindrical-coordinate representation of color #6470A1: hue angle of 228.2º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6470A1 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 112 161 -
CMYK 0.38 0.30 0 0.37
HSL 228.2º 0.24% 0.51% -
HSV(B) 228.2º 0.38% 0.63% -
XYZ 17.48 16.87 36.05 -
YUV 114 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 100 112 161 0.38 0.30 0 0.37 228.2 0.24 0.51
Hex 64 70 A1 26 1E 0 25 E4 18 33
Octal 144 160 241 46 36 0 45 344 30 63
Binary 1100100 1110000 10100001 100110 11110 0 100101 11100100 11000 110011

Color Harmonies of #6470A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470A1

Black with #6470A1

Text Example


Text Example

White with #6470A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6470A1; }

 p { color: rgb(100,112,161); }

 H1.HeaderClassName
 {
   color: #6470A1;
 }
 .AnyTagClassName
 {
   color: #6470A1;
 }
</style>

background-color css

<style>
 a { background-color: #6470A1; }

 a { background-color: rgb(100,112,161); }

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

border-color css

<style>
 span { border-color: #6470A1; }

 span { border-color: rgb(100,112,161); }

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