Html Css Color HEX #6D7AA9 Chetwode Blue

📋 copy color: '#6D7AA9'

red 109 ◦ green 122 ◦ blue 169

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

Shades of Chetwode Blue #6D7AA9

Tints of Chetwode Blue #6D7AA9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

 BLUE value IS 169 (66.41% from 255) = 42.25%

R = 27.25%
G = 30.5%
B = 42.25%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6D7AA9 (or 0x6D7AA9) is known color: Chetwode Blue. HEX triplet: 6D, 7A and A9. RGB value is (109,122,169). Sum of RGB (Red+Green+Blue) = 109+122+169=400 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 169 (66.41% from 255 or 42.25% from 400); Max value from RGB is 169 - color contains mainly: blue. Hex color #6D7AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7AA9 is #928556. Grayscale: #7B7B7B. Windows color (decimal): -9602391 or 11106925. OLE color: 11106925.

HSL color Cylindrical-coordinate representation of color #6D7AA9: hue angle of 227º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7AA9 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 109 122 169 -
CMYK 0.36 0.28 0 0.34
HSL 227º 0.26% 0.55% -
HSV(B) 227º 0.36% 0.66% -
XYZ 20.43 20.03 40.33 -
YUV 123.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 109 122 169 0.36 0.28 0 0.34 227 0.26 0.55
Hex 6D 7A A9 24 1C 0 22 E3 1A 37
Octal 155 172 251 44 34 0 42 343 32 67
Binary 1101101 1111010 10101001 100100 11100 0 100010 11100011 11010 110111

Color Harmonies of #6D7AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7AA9

Black with #6D7AA9

Text Example


Text Example

White with #6D7AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,122,169); }

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

background-color css

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

 a { background-color: rgb(109,122,169); }

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

border-color css

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

 span { border-color: rgb(109,122,169); }

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