Html Css Color HEX #6473AC Chetwode Blue

📋 copy color: '#6473AC'

red 100 ◦ green 115 ◦ blue 172

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

Shades of Chetwode Blue #6473AC

Tints of Chetwode Blue #6473AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

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

R = 25.84%
G = 29.72%
B = 44.44%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6473AC (or 0x6473AC) is known color: Chetwode Blue. HEX triplet: 64, 73 and AC. RGB value is (100,115,172). Sum of RGB (Red+Green+Blue) = 100+115+172=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #6473AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6473AC is #9B8C53. Grayscale: #747474. Windows color (decimal): -10194004 or 11301732. OLE color: 11301732.

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

Color convert

RGB 100 115 172 -
CMYK 0.42 0.33 0 0.33
HSL 227.5º 0.3% 0.53% -
HSV(B) 227.5º 0.42% 0.67% -
XYZ 18.83 17.95 41.5 -
YUV 117.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 100 115 172 0.42 0.33 0 0.33 227.5 0.3 0.53
Hex 64 73 AC 2A 21 0 21 E4 1E 35
Octal 144 163 254 52 41 0 41 344 36 65
Binary 1100100 1110011 10101100 101010 100001 0 100001 11100100 11110 110101

Color Harmonies of #6473AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6473AC

Black with #6473AC

Text Example


Text Example

White with #6473AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6473AC; }

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

 H1.HeaderClassName
 {
   color: #6473AC;
 }
 .AnyTagClassName
 {
   color: #6473AC;
 }
</style>

background-color css

<style>
 a { background-color: #6473AC; }

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

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

border-color css

<style>
 span { border-color: #6473AC; }

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

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