Html Css Color HEX #6C729F Chetwode Blue

📋 copy color: '#6C729F'

red 108 ◦ green 114 ◦ blue 159

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

Shades of Chetwode Blue #6C729F

Tints of Chetwode Blue #6C729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.73%

R = 28.35%
G = 29.92%
B = 41.73%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C729F (or 0x6C729F) is known color: Chetwode Blue. HEX triplet: 6C, 72 and 9F. RGB value is (108,114,159). Sum of RGB (Red+Green+Blue) = 108+114+159=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C729F is #938D60. Grayscale: #757575. Windows color (decimal): -9669985 or 10449516. OLE color: 10449516.

HSL color Cylindrical-coordinate representation of color #6C729F: hue angle of 232.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C729F is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 114 159 -
CMYK 0.32 0.28 0 0.38
HSL 232.94º 0.21% 0.52% -
HSV(B) 232.94º 0.32% 0.62% -
XYZ 18.46 17.73 35.25 -
YUV 117.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 108 114 159 0.32 0.28 0 0.38 232.94 0.21 0.52
Hex 6C 72 9F 20 1C 0 26 E9 15 34
Octal 154 162 237 40 34 0 46 351 25 64
Binary 1101100 1110010 10011111 100000 11100 0 100110 11101001 10101 110100

Color Harmonies of #6C729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C729F

Black with #6C729F

Text Example


Text Example

White with #6C729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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