Html Css Color HEX #6E769D Chetwode Blue

📋 copy color: '#6E769D'

red 110 ◦ green 118 ◦ blue 157

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

Shades of Chetwode Blue #6E769D

Tints of Chetwode Blue #6E769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.65%

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

R = 28.57%
G = 30.65%
B = 40.78%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6E769D (or 0x6E769D) is known color: Chetwode Blue. HEX triplet: 6E, 76 and 9D. RGB value is (110,118,157). Sum of RGB (Red+Green+Blue) = 110+118+157=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E769D is #918962. Grayscale: #777777. Windows color (decimal): -9537891 or 10319470. OLE color: 10319470.

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

Color convert

RGB 110 118 157 -
CMYK 0.30 0.25 0 0.38
HSL 229.79º 0.19% 0.52% -
HSV(B) 229.79º 0.3% 0.62% -
XYZ 18.99 18.71 34.51 -
YUV 120.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 110 118 157 0.30 0.25 0 0.38 229.79 0.19 0.52
Hex 6E 76 9D 1E 19 0 26 E6 13 34
Octal 156 166 235 36 31 0 46 346 23 64
Binary 1101110 1110110 10011101 11110 11001 0 100110 11100110 10011 110100

Color Harmonies of #6E769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E769D

Black with #6E769D

Text Example


Text Example

White with #6E769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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