Html Css Color HEX #6976AE Chetwode Blue

📋 copy color: '#6976AE'

red 105 ◦ green 118 ◦ blue 174

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

Shades of Chetwode Blue #6976AE

Tints of Chetwode Blue #6976AE

RGB

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

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

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

R = 26.45%
G = 29.72%
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

#6976AE (or 0x6976AE) is known color: Chetwode Blue. HEX triplet: 69, 76 and AE. RGB value is (105,118,174). Sum of RGB (Red+Green+Blue) = 105+118+174=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 118 (46.48% from 255 or 29.72% 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 #6976AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6976AE is #968951. Grayscale: #787878. Windows color (decimal): -9865554 or 11433577. OLE color: 11433577.

HSL color Cylindrical-coordinate representation of color #6976AE: hue angle of 228.7º 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 #6976AE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 118 174 -
CMYK 0.40 0.32 0 0.32
HSL 228.7º 0.3% 0.55% -
HSV(B) 228.7º 0.4% 0.68% -
XYZ 19.94 19.02 42.66 -
YUV 120.5 158.19 116.95 -
System Red Green Blue C M Y K H S L
Decimal 105 118 174 0.40 0.32 0 0.32 228.7 0.3 0.55
Hex 69 76 AE 28 20 0 20 E5 1E 37
Octal 151 166 256 50 40 0 40 345 36 67
Binary 1101001 1110110 10101110 101000 100000 0 100000 11100101 11110 110111

Color Harmonies of #6976AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6976AE

Black with #6976AE

Text Example


Text Example

White with #6976AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,118,174); }

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

background-color css

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

 a { background-color: rgb(105,118,174); }

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

border-color css

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

 span { border-color: rgb(105,118,174); }

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