Html Css Color HEX #6974AA Chetwode Blue

📋 copy color: '#6974AA'

red 105 ◦ green 116 ◦ blue 170

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

Shades of Chetwode Blue #6974AA

Tints of Chetwode Blue #6974AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 26.85%
G = 29.67%
B = 43.48%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6974AA (or 0x6974AA) is known color: Chetwode Blue. HEX triplet: 69, 74 and AA. RGB value is (105,116,170). Sum of RGB (Red+Green+Blue) = 105+116+170=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #6974AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974AA is #968B55. Grayscale: #767676. Windows color (decimal): -9866070 or 11170921. OLE color: 11170921.

HSL color Cylindrical-coordinate representation of color #6974AA: hue angle of 229.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6974AA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 116 170 -
CMYK 0.38 0.32 0 0.33
HSL 229.85º 0.28% 0.54% -
HSV(B) 229.85º 0.38% 0.67% -
XYZ 19.33 18.4 40.56 -
YUV 118.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 105 116 170 0.38 0.32 0 0.33 229.85 0.28 0.54
Hex 69 74 AA 26 20 0 21 E6 1C 36
Octal 151 164 252 46 40 0 41 346 34 66
Binary 1101001 1110100 10101010 100110 100000 0 100001 11100110 11100 110110

Color Harmonies of #6974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974AA

Black with #6974AA

Text Example


Text Example

White with #6974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6974AA; }

 p { color: rgb(105,116,170); }

 H1.HeaderClassName
 {
   color: #6974AA;
 }
 .AnyTagClassName
 {
   color: #6974AA;
 }
</style>

background-color css

<style>
 a { background-color: #6974AA; }

 a { background-color: rgb(105,116,170); }

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

border-color css

<style>
 span { border-color: #6974AA; }

 span { border-color: rgb(105,116,170); }

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