Html Css Color HEX #6D6CAC Chetwode Blue

📋 copy color: '#6D6CAC'

red 109 ◦ green 108 ◦ blue 172

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

Shades of Chetwode Blue #6D6CAC

Tints of Chetwode Blue #6D6CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 28.02%
G = 27.76%
B = 44.22%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D6CAC (or 0x6D6CAC) is known color: Chetwode Blue. HEX triplet: 6D, 6C and AC. RGB value is (109,108,172). Sum of RGB (Red+Green+Blue) = 109+108+172=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D6CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6CAC is #929353. Grayscale: #737373. Windows color (decimal): -9605972 or 11299949. OLE color: 11299949.

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

Color convert

RGB 109 108 172 -
CMYK 0.37 0.37 0 0.33
HSL 240.94º 0.28% 0.55% -
HSV(B) 240.94º 0.37% 0.67% -
XYZ 19.12 16.95 41.29 -
YUV 115.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 109 108 172 0.37 0.37 0 0.33 240.94 0.28 0.55
Hex 6D 6C AC 25 25 0 21 F1 1C 37
Octal 155 154 254 45 45 0 41 361 34 67
Binary 1101101 1101100 10101100 100101 100101 0 100001 11110001 11100 110111

Color Harmonies of #6D6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6CAC

Black with #6D6CAC

Text Example


Text Example

White with #6D6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,108,172); }

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

background-color css

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

 a { background-color: rgb(109,108,172); }

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

border-color css

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

 span { border-color: rgb(109,108,172); }

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