Html Css Color HEX #6475AB Chetwode Blue

📋 copy color: '#6475AB'

red 100 ◦ green 117 ◦ blue 171

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

Shades of Chetwode Blue #6475AB

Tints of Chetwode Blue #6475AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 25.77%
G = 30.15%
B = 44.07%

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

#6475AB (or 0x6475AB) is known color: Chetwode Blue. HEX triplet: 64, 75 and AB. RGB value is (100,117,171). Sum of RGB (Red+Green+Blue) = 100+117+171=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6475AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6475AB is #9B8A54. Grayscale: #757575. Windows color (decimal): -10193493 or 11236708. OLE color: 11236708.

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

Color convert

RGB 100 117 171 -
CMYK 0.42 0.32 0 0.33
HSL 225.63º 0.3% 0.53% -
HSV(B) 225.63º 0.42% 0.67% -
XYZ 18.97 18.37 41.07 -
YUV 118.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 100 117 171 0.42 0.32 0 0.33 225.63 0.3 0.53
Hex 64 75 AB 2A 20 0 21 E2 1E 35
Octal 144 165 253 52 40 0 41 342 36 65
Binary 1100100 1110101 10101011 101010 100000 0 100001 11100010 11110 110101

Color Harmonies of #6475AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6475AB

Black with #6475AB

Text Example


Text Example

White with #6475AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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