Html Css Color HEX #6D749C Chetwode Blue

📋 copy color: '#6D749C'

red 109 ◦ green 116 ◦ blue 156

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

Shades of Chetwode Blue #6D749C

Tints of Chetwode Blue #6D749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

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

R = 28.61%
G = 30.45%
B = 40.94%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6D749C (or 0x6D749C) is known color: Chetwode Blue. HEX triplet: 6D, 74 and 9C. RGB value is (109,116,156). Sum of RGB (Red+Green+Blue) = 109+116+156=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D749C is #928B63. Grayscale: #767676. Windows color (decimal): -9603940 or 10253421. OLE color: 10253421.

HSL color Cylindrical-coordinate representation of color #6D749C: hue angle of 231.06º 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 #6D749C is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 109 116 156 -
CMYK 0.30 0.26 0 0.39
HSL 231.06º 0.19% 0.52% -
HSV(B) 231.06º 0.3% 0.61% -
XYZ 18.55 18.14 33.98 -
YUV 118.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 109 116 156 0.30 0.26 0 0.39 231.06 0.19 0.52
Hex 6D 74 9C 1E 1A 0 27 E7 13 34
Octal 155 164 234 36 32 0 47 347 23 64
Binary 1101101 1110100 10011100 11110 11010 0 100111 11100111 10011 110100

Color Harmonies of #6D749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D749C

Black with #6D749C

Text Example


Text Example

White with #6D749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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