Html Css Color HEX #6475AC Chetwode Blue

📋 copy color: '#6475AC'

red 100 ◦ green 117 ◦ blue 172

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

Shades of Chetwode Blue #6475AC

Tints of Chetwode Blue #6475AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.08%

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

R = 25.71%
G = 30.08%
B = 44.22%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6475AC (or 0x6475AC) is known color: Chetwode Blue. HEX triplet: 64, 75 and AC. RGB value is (100,117,172). Sum of RGB (Red+Green+Blue) = 100+117+172=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6475AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6475AC is #9B8A53. Grayscale: #757575. Windows color (decimal): -10193492 or 11302244. OLE color: 11302244.

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

Color convert

RGB 100 117 172 -
CMYK 0.42 0.32 0 0.33
HSL 225.83º 0.3% 0.53% -
HSV(B) 225.83º 0.42% 0.67% -
XYZ 19.06 18.41 41.58 -
YUV 118.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 100 117 172 0.42 0.32 0 0.33 225.83 0.3 0.53
Hex 64 75 AC 2A 20 0 21 E2 1E 35
Octal 144 165 254 52 40 0 41 342 36 65
Binary 1100100 1110101 10101100 101010 100000 0 100001 11100010 11110 110101

Color Harmonies of #6475AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475AC

Black with #6475AC

Text Example


Text Example

White with #6475AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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