Html Css Color HEX #6D729C Chetwode Blue

📋 copy color: '#6D729C'

red 109 ◦ green 114 ◦ blue 156

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

Shades of Chetwode Blue #6D729C

Tints of Chetwode Blue #6D729C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 28.76%
G = 30.08%
B = 41.16%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D729C (or 0x6D729C) is known color: Chetwode Blue. HEX triplet: 6D, 72 and 9C. RGB value is (109,114,156). Sum of RGB (Red+Green+Blue) = 109+114+156=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D729C is #928D63. Grayscale: #757575. Windows color (decimal): -9604452 or 10252909. OLE color: 10252909.

HSL color Cylindrical-coordinate representation of color #6D729C: hue angle of 233.62º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D729C is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 114 156 -
CMYK 0.30 0.27 0 0.39
HSL 233.62º 0.19% 0.52% -
HSV(B) 233.62º 0.3% 0.61% -
XYZ 18.32 17.69 33.9 -
YUV 117.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 109 114 156 0.30 0.27 0 0.39 233.62 0.19 0.52
Hex 6D 72 9C 1E 1B 0 27 EA 13 34
Octal 155 162 234 36 33 0 47 352 23 64
Binary 1101101 1110010 10011100 11110 11011 0 100111 11101010 10011 110100

Color Harmonies of #6D729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D729C

Black with #6D729C

Text Example


Text Example

White with #6D729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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