Html Css Color HEX #6D6ABD Chetwode Blue

📋 copy color: '#6D6ABD'

red 109 ◦ green 106 ◦ blue 189

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

Shades of Chetwode Blue #6D6ABD

Tints of Chetwode Blue #6D6ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 26.98%
G = 26.24%
B = 46.78%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D6ABD (or 0x6D6ABD) is known color: Chetwode Blue. HEX triplet: 6D, 6A and BD. RGB value is (109,106,189). Sum of RGB (Red+Green+Blue) = 109+106+189=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D6ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ABD is #929542. Grayscale: #747474. Windows color (decimal): -9606467 or 12413549. OLE color: 12413549.

HSL color Cylindrical-coordinate representation of color #6D6ABD: hue angle of 242.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D6ABD is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 106 189 -
CMYK 0.42 0.44 0 0.26
HSL 242.17º 0.39% 0.58% -
HSV(B) 242.17º 0.44% 0.74% -
XYZ 20.65 17.23 50.38 -
YUV 116.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 109 106 189 0.42 0.44 0 0.26 242.17 0.39 0.58
Hex 6D 6A BD 2A 2C 0 1A F2 27 3A
Octal 155 152 275 52 54 0 32 362 47 72
Binary 1101101 1101010 10111101 101010 101100 0 11010 11110010 100111 111010

Color Harmonies of #6D6ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ABD

Black with #6D6ABD

Text Example


Text Example

White with #6D6ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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