Html Css Color HEX #6977AC Chetwode Blue

📋 copy color: '#6977AC'

red 105 ◦ green 119 ◦ blue 172

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

Shades of Chetwode Blue #6977AC

Tints of Chetwode Blue #6977AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 26.52%
G = 30.05%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6977AC (or 0x6977AC) is known color: Chetwode Blue. HEX triplet: 69, 77 and AC. RGB value is (105,119,172). Sum of RGB (Red+Green+Blue) = 105+119+172=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #6977AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6977AC is #968853. Grayscale: #787878. Windows color (decimal): -9865300 or 11302761. OLE color: 11302761.

HSL color Cylindrical-coordinate representation of color #6977AC: hue angle of 227.46º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6977AC is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 119 172 -
CMYK 0.39 0.31 0 0.33
HSL 227.46º 0.29% 0.54% -
HSV(B) 227.46º 0.39% 0.67% -
XYZ 19.87 19.18 41.68 -
YUV 120.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 105 119 172 0.39 0.31 0 0.33 227.46 0.29 0.54
Hex 69 77 AC 27 1F 0 21 E3 1D 36
Octal 151 167 254 47 37 0 41 343 35 66
Binary 1101001 1110111 10101100 100111 11111 0 100001 11100011 11101 110110

Color Harmonies of #6977AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6977AC

Black with #6977AC

Text Example


Text Example

White with #6977AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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