Html Css Color HEX #647BAA Chetwode Blue

📋 copy color: '#647BAA'

red 100 ◦ green 123 ◦ blue 170

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

Shades of Chetwode Blue #647BAA

Tints of Chetwode Blue #647BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.3%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 25.45%
G = 31.3%
B = 43.26%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#647BAA (or 0x647BAA) is known color: Chetwode Blue. HEX triplet: 64, 7B and AA. RGB value is (100,123,170). Sum of RGB (Red+Green+Blue) = 100+123+170=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #647BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647BAA is #9B8455. Grayscale: #797979. Windows color (decimal): -10191958 or 11172708. OLE color: 11172708.

HSL color Cylindrical-coordinate representation of color #647BAA: hue angle of 220.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #647BAA is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 123 170 -
CMYK 0.41 0.28 0 0.33
HSL 220.29º 0.29% 0.53% -
HSV(B) 220.29º 0.41% 0.67% -
XYZ 19.59 19.78 40.81 -
YUV 121.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 100 123 170 0.41 0.28 0 0.33 220.29 0.29 0.53
Hex 64 7B AA 29 1C 0 21 DC 1D 35
Octal 144 173 252 51 34 0 41 334 35 65
Binary 1100100 1111011 10101010 101001 11100 0 100001 11011100 11101 110101

Color Harmonies of #647BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647BAA

Black with #647BAA

Text Example


Text Example

White with #647BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647BAA; }

 p { color: rgb(100,123,170); }

 H1.HeaderClassName
 {
   color: #647BAA;
 }
 .AnyTagClassName
 {
   color: #647BAA;
 }
</style>

background-color css

<style>
 a { background-color: #647BAA; }

 a { background-color: rgb(100,123,170); }

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

border-color css

<style>
 span { border-color: #647BAA; }

 span { border-color: rgb(100,123,170); }

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