Html Css Color HEX #6A6DAD Chetwode Blue

📋 copy color: '#6A6DAD'

red 106 ◦ green 109 ◦ blue 173

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

Shades of Chetwode Blue #6A6DAD

Tints of Chetwode Blue #6A6DAD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 27.32%
G = 28.09%
B = 44.59%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A6DAD (or 0x6A6DAD) is known color: Chetwode Blue. HEX triplet: 6A, 6D and AD. RGB value is (106,109,173). Sum of RGB (Red+Green+Blue) = 106+109+173=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A6DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6DAD is #959252. Grayscale: #737373. Windows color (decimal): -9802323 or 11365738. OLE color: 11365738.

HSL color Cylindrical-coordinate representation of color #6A6DAD: hue angle of 237.31º 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 #6A6DAD is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 109 173 -
CMYK 0.39 0.37 0 0.32
HSL 237.31º 0.29% 0.55% -
HSV(B) 237.31º 0.39% 0.68% -
XYZ 18.96 17.02 41.82 -
YUV 115.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 106 109 173 0.39 0.37 0 0.32 237.31 0.29 0.55
Hex 6A 6D AD 27 25 0 20 ED 1D 37
Octal 152 155 255 47 45 0 40 355 35 67
Binary 1101010 1101101 10101101 100111 100101 0 100000 11101101 11101 110111

Color Harmonies of #6A6DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6DAD

Black with #6A6DAD

Text Example


Text Example

White with #6A6DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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