Html Css Color HEX #6D729A Chetwode Blue

📋 copy color: '#6D729A'

red 109 ◦ green 114 ◦ blue 154

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

Shades of Chetwode Blue #6D729A

Tints of Chetwode Blue #6D729A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 28.91%
G = 30.24%
B = 40.85%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6D729A (or 0x6D729A) is known color: Chetwode Blue. HEX triplet: 6D, 72 and 9A. RGB value is (109,114,154). Sum of RGB (Red+Green+Blue) = 109+114+154=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D729A is #928D65. Grayscale: #747474. Windows color (decimal): -9604454 or 10121837. OLE color: 10121837.

HSL color Cylindrical-coordinate representation of color #6D729A: hue angle of 233.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D729A is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 114 154 -
CMYK 0.29 0.26 0 0.40
HSL 233.33º 0.18% 0.52% -
HSV(B) 233.33º 0.29% 0.6% -
XYZ 18.16 17.62 33.02 -
YUV 117.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 109 114 154 0.29 0.26 0 0.40 233.33 0.18 0.52
Hex 6D 72 9A 1D 1A 0 28 E9 12 34
Octal 155 162 232 35 32 0 50 351 22 64
Binary 1101101 1110010 10011010 11101 11010 0 101000 11101001 10010 110100

Color Harmonies of #6D729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D729A

Black with #6D729A

Text Example


Text Example

White with #6D729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,154); }

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

background-color css

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

 a { background-color: rgb(109,114,154); }

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

border-color css

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

 span { border-color: rgb(109,114,154); }

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