Html Css Color HEX #6C6AAB Chetwode Blue

📋 copy color: '#6C6AAB'

red 108 ◦ green 106 ◦ blue 171

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

Shades of Chetwode Blue #6C6AAB

Tints of Chetwode Blue #6C6AAB

RGB

 RED value IS 108 (42.58% from 255) = 28.05%

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

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

R = 28.05%
G = 27.53%
B = 44.42%

CMYK

 C value IS 0.37

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6C6AAB (or 0x6C6AAB) is known color: Chetwode Blue. HEX triplet: 6C, 6A and AB. RGB value is (108,106,171). Sum of RGB (Red+Green+Blue) = 108+106+171=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6AAB is #939554. Grayscale: #717171. Windows color (decimal): -9672021 or 11233900. OLE color: 11233900.

HSL color Cylindrical-coordinate representation of color #6C6AAB: hue angle of 241.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C6AAB is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 106 171 -
CMYK 0.37 0.38 0 0.33
HSL 241.85º 0.28% 0.54% -
HSV(B) 241.85º 0.38% 0.67% -
XYZ 18.69 16.44 40.72 -
YUV 114.01 160.16 123.71 -
System Red Green Blue C M Y K H S L
Decimal 108 106 171 0.37 0.38 0 0.33 241.85 0.28 0.54
Hex 6C 6A AB 25 26 0 21 F2 1C 36
Octal 154 152 253 45 46 0 41 362 34 66
Binary 1101100 1101010 10101011 100101 100110 0 100001 11110010 11100 110110

Color Harmonies of #6C6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6AAB

Black with #6C6AAB

Text Example


Text Example

White with #6C6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,106,171); }

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

background-color css

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

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

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

border-color css

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

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

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