Html Css Color HEX #6474AC Chetwode Blue

📋 copy color: '#6474AC'

red 100 ◦ green 116 ◦ blue 172

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

Shades of Chetwode Blue #6474AC

Tints of Chetwode Blue #6474AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 25.77%
G = 29.9%
B = 44.33%

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

#6474AC (or 0x6474AC) is known color: Chetwode Blue. HEX triplet: 64, 74 and AC. RGB value is (100,116,172). Sum of RGB (Red+Green+Blue) = 100+116+172=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6474AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6474AC is #9B8B53. Grayscale: #757575. Windows color (decimal): -10193748 or 11301988. OLE color: 11301988.

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

Color convert

RGB 100 116 172 -
CMYK 0.42 0.33 0 0.33
HSL 226.67º 0.3% 0.53% -
HSV(B) 226.67º 0.42% 0.67% -
XYZ 18.95 18.18 41.54 -
YUV 117.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 100 116 172 0.42 0.33 0 0.33 226.67 0.3 0.53
Hex 64 74 AC 2A 21 0 21 E3 1E 35
Octal 144 164 254 52 41 0 41 343 36 65
Binary 1100100 1110100 10101100 101010 100001 0 100001 11100011 11110 110101

Color Harmonies of #6474AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6474AC

Black with #6474AC

Text Example


Text Example

White with #6474AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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