Html Css Color HEX #6D6AAF Chetwode Blue

📋 copy color: '#6D6AAF'

red 109 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #6D6AAF

Tints of Chetwode Blue #6D6AAF

RGB

 RED value IS 109 (42.97% from 255) = 27.95%

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

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

R = 27.95%
G = 27.18%
B = 44.87%

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

#6D6AAF (or 0x6D6AAF) is known color: Chetwode Blue. HEX triplet: 6D, 6A and AF. RGB value is (109,106,175). Sum of RGB (Red+Green+Blue) = 109+106+175=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6AAF is #929550. Grayscale: #727272. Windows color (decimal): -9606481 or 11496045. OLE color: 11496045.

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

Color convert

RGB 109 106 175 -
CMYK 0.38 0.39 0 0.31
HSL 242.61º 0.3% 0.55% -
HSV(B) 242.61º 0.39% 0.69% -
XYZ 19.2 16.65 42.76 -
YUV 114.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 109 106 175 0.38 0.39 0 0.31 242.61 0.3 0.55
Hex 6D 6A AF 26 27 0 1F F3 1E 37
Octal 155 152 257 46 47 0 37 363 36 67
Binary 1101101 1101010 10101111 100110 100111 0 11111 11110011 11110 110111

Color Harmonies of #6D6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6AAF

Black with #6D6AAF

Text Example


Text Example

White with #6D6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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