Html Css Color HEX #647CAC Chetwode Blue

📋 copy color: '#647CAC'

red 100 ◦ green 124 ◦ blue 172

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

Shades of Chetwode Blue #647CAC

Tints of Chetwode Blue #647CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 25.25%
G = 31.31%
B = 43.43%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#647CAC (or 0x647CAC) is known color: Chetwode Blue. HEX triplet: 64, 7C and AC. RGB value is (100,124,172). Sum of RGB (Red+Green+Blue) = 100+124+172=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #647CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647CAC is #9B8353. Grayscale: #7A7A7A. Windows color (decimal): -10191700 or 11304036. OLE color: 11304036.

HSL color Cylindrical-coordinate representation of color #647CAC: hue angle of 220º 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 #647CAC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 124 172 -
CMYK 0.42 0.28 0 0.33
HSL 220º 0.3% 0.53% -
HSV(B) 220º 0.42% 0.67% -
XYZ 19.91 20.1 41.86 -
YUV 122.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 100 124 172 0.42 0.28 0 0.33 220 0.3 0.53
Hex 64 7C AC 2A 1C 0 21 DC 1E 35
Octal 144 174 254 52 34 0 41 334 36 65
Binary 1100100 1111100 10101100 101010 11100 0 100001 11011100 11110 110101

Color Harmonies of #647CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647CAC

Black with #647CAC

Text Example


Text Example

White with #647CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,124,172); }

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

background-color css

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

 a { background-color: rgb(100,124,172); }

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

border-color css

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

 span { border-color: rgb(100,124,172); }

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