Html Css Color HEX #6C6AAF Chetwode Blue

📋 copy color: '#6C6AAF'

red 108 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #6C6AAF

Tints of Chetwode Blue #6C6AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 27.76%
G = 27.25%
B = 44.99%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C6AAF (or 0x6C6AAF) is known color: Chetwode Blue. HEX triplet: 6C, 6A and AF. RGB value is (108,106,175). Sum of RGB (Red+Green+Blue) = 108+106+175=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6AAF is #939550. Grayscale: #727272. Windows color (decimal): -9672017 or 11496044. OLE color: 11496044.

HSL color Cylindrical-coordinate representation of color #6C6AAF: hue angle of 241.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6C6AAF is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 106 175 -
CMYK 0.38 0.39 0 0.31
HSL 241.74º 0.3% 0.55% -
HSV(B) 241.74º 0.39% 0.69% -
XYZ 19.08 16.59 42.75 -
YUV 114.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 108 106 175 0.38 0.39 0 0.31 241.74 0.3 0.55
Hex 6C 6A AF 26 27 0 1F F2 1E 37
Octal 154 152 257 46 47 0 37 362 36 67
Binary 1101100 1101010 10101111 100110 100111 0 11111 11110010 11110 110111

Color Harmonies of #6C6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6AAF

Black with #6C6AAF

Text Example


Text Example

White with #6C6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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