Html Css Color HEX #6E749D Chetwode Blue

📋 copy color: '#6E749D'

red 110 ◦ green 116 ◦ blue 157

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

Shades of Chetwode Blue #6E749D

Tints of Chetwode Blue #6E749D

RGB

 RED value IS 110 (43.36% from 255) = 28.72%

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 28.72%
G = 30.29%
B = 40.99%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E749D (or 0x6E749D) is known color: Chetwode Blue. HEX triplet: 6E, 74 and 9D. RGB value is (110,116,157). Sum of RGB (Red+Green+Blue) = 110+116+157=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E749D is #918B62. Grayscale: #767676. Windows color (decimal): -9538403 or 10318958. OLE color: 10318958.

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

Color convert

RGB 110 116 157 -
CMYK 0.30 0.26 0 0.38
HSL 232.34º 0.19% 0.52% -
HSV(B) 232.34º 0.3% 0.62% -
XYZ 18.76 18.24 34.43 -
YUV 118.88 149.51 121.67 -
System Red Green Blue C M Y K H S L
Decimal 110 116 157 0.30 0.26 0 0.38 232.34 0.19 0.52
Hex 6E 74 9D 1E 1A 0 26 E8 13 34
Octal 156 164 235 36 32 0 46 350 23 64
Binary 1101110 1110100 10011101 11110 11010 0 100110 11101000 10011 110100

Color Harmonies of #6E749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E749D

Black with #6E749D

Text Example


Text Example

White with #6E749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,116,157); }

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

background-color css

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

 a { background-color: rgb(110,116,157); }

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

border-color css

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

 span { border-color: rgb(110,116,157); }

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