Html Css Color HEX #6E79A7 Chetwode Blue

📋 copy color: '#6E79A7'

red 110 ◦ green 121 ◦ blue 167

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

Shades of Chetwode Blue #6E79A7

Tints of Chetwode Blue #6E79A7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 27.64%
G = 30.4%
B = 41.96%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6E79A7 (or 0x6E79A7) is known color: Chetwode Blue. HEX triplet: 6E, 79 and A7. RGB value is (110,121,167). Sum of RGB (Red+Green+Blue) = 110+121+167=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 167 - color contains mainly: blue. Hex color #6E79A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E79A7 is #918658. Grayscale: #7A7A7A. Windows color (decimal): -9537113 or 10975598. OLE color: 10975598.

HSL color Cylindrical-coordinate representation of color #6E79A7: hue angle of 228.42º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E79A7 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 110 121 167 -
CMYK 0.34 0.28 0 0.35
HSL 228.42º 0.24% 0.54% -
HSV(B) 228.42º 0.34% 0.65% -
XYZ 20.24 19.78 39.31 -
YUV 122.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 110 121 167 0.34 0.28 0 0.35 228.42 0.24 0.54
Hex 6E 79 A7 22 1C 0 23 E4 18 36
Octal 156 171 247 42 34 0 43 344 30 66
Binary 1101110 1111001 10100111 100010 11100 0 100011 11100100 11000 110110

Color Harmonies of #6E79A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E79A7

Black with #6E79A7

Text Example


Text Example

White with #6E79A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,167); }

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

background-color css

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

 a { background-color: rgb(110,121,167); }

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

border-color css

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

 span { border-color: rgb(110,121,167); }

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