Html Css Color HEX #6A6AAD Chetwode Blue

📋 copy color: '#6A6AAD'

red 106 ◦ green 106 ◦ blue 173

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

Shades of Chetwode Blue #6A6AAD

Tints of Chetwode Blue #6A6AAD

RGB

 RED value IS 106 (41.8% from 255) = 27.53%

 GREEN value IS 106 (41.8% from 255) = 27.53%

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

R = 27.53%
G = 27.53%
B = 44.94%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A6AAD (or 0x6A6AAD) is known color: Chetwode Blue. HEX triplet: 6A, 6A and AD. RGB value is (106,106,173). Sum of RGB (Red+Green+Blue) = 106+106+173=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6AAD is #959552. Grayscale: #717171. Windows color (decimal): -9803091 or 11364970. OLE color: 11364970.

HSL color Cylindrical-coordinate representation of color #6A6AAD: hue angle of 240º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A6AAD is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 106 173 -
CMYK 0.39 0.39 0 0.32
HSL 240º 0.29% 0.55% -
HSV(B) 240º 0.39% 0.68% -
XYZ 18.64 16.39 41.72 -
YUV 113.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 106 106 173 0.39 0.39 0 0.32 240 0.29 0.55
Hex 6A 6A AD 27 27 0 20 F0 1D 37
Octal 152 152 255 47 47 0 40 360 35 67
Binary 1101010 1101010 10101101 100111 100111 0 100000 11110000 11101 110111

Color Harmonies of #6A6AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6AAD

Black with #6A6AAD

Text Example


Text Example

White with #6A6AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6AAD; }

 p { color: rgb(106,106,173); }

 H1.HeaderClassName
 {
   color: #6A6AAD;
 }
 .AnyTagClassName
 {
   color: #6A6AAD;
 }
</style>

background-color css

<style>
 a { background-color: #6A6AAD; }

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

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

border-color css

<style>
 span { border-color: #6A6AAD; }

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

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