Html Css Color HEX #6977A7 Chetwode Blue

📋 copy color: '#6977A7'

red 105 ◦ green 119 ◦ blue 167

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

Shades of Chetwode Blue #6977A7

Tints of Chetwode Blue #6977A7

RGB

 RED value IS 105 (41.41% from 255) = 26.85%

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

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

R = 26.85%
G = 30.43%
B = 42.71%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6977A7 (or 0x6977A7) is known color: Chetwode Blue. HEX triplet: 69, 77 and A7. RGB value is (105,119,167). Sum of RGB (Red+Green+Blue) = 105+119+167=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #6977A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977A7 is #968858. Grayscale: #787878. Windows color (decimal): -9865305 or 10975081. OLE color: 10975081.

HSL color Cylindrical-coordinate representation of color #6977A7: hue angle of 226.45º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6977A7 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 119 167 -
CMYK 0.37 0.29 0 0.35
HSL 226.45º 0.26% 0.53% -
HSV(B) 226.45º 0.37% 0.65% -
XYZ 19.4 18.99 39.2 -
YUV 120.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 105 119 167 0.37 0.29 0 0.35 226.45 0.26 0.53
Hex 69 77 A7 25 1D 0 23 E2 1A 35
Octal 151 167 247 45 35 0 43 342 32 65
Binary 1101001 1110111 10100111 100101 11101 0 100011 11100010 11010 110101

Color Harmonies of #6977A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977A7

Black with #6977A7

Text Example


Text Example

White with #6977A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6977A7; }

 p { color: rgb(105,119,167); }

 H1.HeaderClassName
 {
   color: #6977A7;
 }
 .AnyTagClassName
 {
   color: #6977A7;
 }
</style>

background-color css

<style>
 a { background-color: #6977A7; }

 a { background-color: rgb(105,119,167); }

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

border-color css

<style>
 span { border-color: #6977A7; }

 span { border-color: rgb(105,119,167); }

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