Html Css Color HEX #6466AD Chetwode Blue

📋 copy color: '#6466AD'

red 100 ◦ green 102 ◦ blue 173

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

Shades of Chetwode Blue #6466AD

Tints of Chetwode Blue #6466AD

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 26.67%
G = 27.2%
B = 46.13%

CMYK

 C value IS 0.42

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6466AD (or 0x6466AD) is known color: Chetwode Blue. HEX triplet: 64, 66 and AD. RGB value is (100,102,173). Sum of RGB (Red+Green+Blue) = 100+102+173=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #6466AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6466AD is #9B9952. Grayscale: #6D6D6D. Windows color (decimal): -10197331 or 11363940. OLE color: 11363940.

HSL color Cylindrical-coordinate representation of color #6466AD: hue angle of 238.36º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6466AD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 102 173 -
CMYK 0.42 0.41 0 0.32
HSL 238.36º 0.31% 0.54% -
HSV(B) 238.36º 0.42% 0.68% -
XYZ 17.55 15.23 41.55 -
YUV 109.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 100 102 173 0.42 0.41 0 0.32 238.36 0.31 0.54
Hex 64 66 AD 2A 29 0 20 EE 1F 36
Octal 144 146 255 52 51 0 40 356 37 66
Binary 1100100 1100110 10101101 101010 101001 0 100000 11101110 11111 110110

Color Harmonies of #6466AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6466AD

Black with #6466AD

Text Example


Text Example

White with #6466AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6466AD; }

 p { color: rgb(100,102,173); }

 H1.HeaderClassName
 {
   color: #6466AD;
 }
 .AnyTagClassName
 {
   color: #6466AD;
 }
</style>

background-color css

<style>
 a { background-color: #6466AD; }

 a { background-color: rgb(100,102,173); }

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

border-color css

<style>
 span { border-color: #6466AD; }

 span { border-color: rgb(100,102,173); }

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