Html Css Color HEX #6C729A Chetwode Blue

📋 copy color: '#6C729A'

red 108 ◦ green 114 ◦ blue 154

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

Shades of Chetwode Blue #6C729A

Tints of Chetwode Blue #6C729A

RGB

 RED value IS 108 (42.58% from 255) = 28.72%

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

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

R = 28.72%
G = 30.32%
B = 40.96%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C729A (or 0x6C729A) is known color: Chetwode Blue. HEX triplet: 6C, 72 and 9A. RGB value is (108,114,154). Sum of RGB (Red+Green+Blue) = 108+114+154=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 154 - color contains mainly: blue. Hex color #6C729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C729A is #938D65. Grayscale: #747474. Windows color (decimal): -9669990 or 10121836. OLE color: 10121836.

HSL color Cylindrical-coordinate representation of color #6C729A: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C729A is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 114 154 -
CMYK 0.30 0.26 0 0.40
HSL 232.17º 0.19% 0.51% -
HSV(B) 232.17º 0.3% 0.6% -
XYZ 18.03 17.56 33.01 -
YUV 116.77 149.01 121.75 -
System Red Green Blue C M Y K H S L
Decimal 108 114 154 0.30 0.26 0 0.40 232.17 0.19 0.51
Hex 6C 72 9A 1E 1A 0 28 E8 13 33
Octal 154 162 232 36 32 0 50 350 23 63
Binary 1101100 1110010 10011010 11110 11010 0 101000 11101000 10011 110011

Color Harmonies of #6C729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C729A

Black with #6C729A

Text Example


Text Example

White with #6C729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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