Html Css Color HEX #6974AB Chetwode Blue

📋 copy color: '#6974AB'

red 105 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6974AB

Tints of Chetwode Blue #6974AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 26.79%
G = 29.59%
B = 43.62%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6974AB (or 0x6974AB) is known color: Chetwode Blue. HEX triplet: 69, 74 and AB. RGB value is (105,116,171). Sum of RGB (Red+Green+Blue) = 105+116+171=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #6974AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6974AB is #968B54. Grayscale: #767676. Windows color (decimal): -9866069 or 11236457. OLE color: 11236457.

HSL color Cylindrical-coordinate representation of color #6974AB: hue angle of 230º degrees, saturation: 0.28, 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 #6974AB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 116 171 -
CMYK 0.39 0.32 0 0.33
HSL 230º 0.28% 0.54% -
HSV(B) 230º 0.39% 0.67% -
XYZ 19.42 18.43 41.06 -
YUV 118.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 105 116 171 0.39 0.32 0 0.33 230 0.28 0.54
Hex 69 74 AB 27 20 0 21 E6 1C 36
Octal 151 164 253 47 40 0 41 346 34 66
Binary 1101001 1110100 10101011 100111 100000 0 100001 11100110 11100 110110

Color Harmonies of #6974AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974AB

Black with #6974AB

Text Example


Text Example

White with #6974AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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