Html Css Color HEX #6877AE Chetwode Blue

📋 copy color: '#6877AE'

red 104 ◦ green 119 ◦ blue 174

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

Shades of Chetwode Blue #6877AE

Tints of Chetwode Blue #6877AE

RGB

 RED value IS 104 (41.02% from 255) = 26.2%

 GREEN value IS 119 (46.88% from 255) = 29.97%

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 26.2%
G = 29.97%
B = 43.83%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6877AE (or 0x6877AE) is known color: Chetwode Blue. HEX triplet: 68, 77 and AE. RGB value is (104,119,174). Sum of RGB (Red+Green+Blue) = 104+119+174=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #6877AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6877AE is #978851. Grayscale: #787878. Windows color (decimal): -9930834 or 11433832. OLE color: 11433832.

HSL color Cylindrical-coordinate representation of color #6877AE: hue angle of 227.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6877AE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 119 174 -
CMYK 0.40 0.32 0 0.32
HSL 227.14º 0.3% 0.55% -
HSV(B) 227.14º 0.4% 0.68% -
XYZ 19.95 19.19 42.7 -
YUV 120.79 158.03 116.03 -
System Red Green Blue C M Y K H S L
Decimal 104 119 174 0.40 0.32 0 0.32 227.14 0.3 0.55
Hex 68 77 AE 28 20 0 20 E3 1E 37
Octal 150 167 256 50 40 0 40 343 36 67
Binary 1101000 1110111 10101110 101000 100000 0 100000 11100011 11110 110111

Color Harmonies of #6877AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877AE

Black with #6877AE

Text Example


Text Example

White with #6877AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6877AE; }

 p { color: rgb(104,119,174); }

 H1.HeaderClassName
 {
   color: #6877AE;
 }
 .AnyTagClassName
 {
   color: #6877AE;
 }
</style>

background-color css

<style>
 a { background-color: #6877AE; }

 a { background-color: rgb(104,119,174); }

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

border-color css

<style>
 span { border-color: #6877AE; }

 span { border-color: rgb(104,119,174); }

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