Html Css Color HEX #6970AB Chetwode Blue

📋 copy color: '#6970AB'

red 105 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #6970AB

Tints of Chetwode Blue #6970AB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.87%

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

R = 27.06%
G = 28.87%
B = 44.07%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6970AB (or 0x6970AB) is known color: Chetwode Blue. HEX triplet: 69, 70 and AB. RGB value is (105,112,171). Sum of RGB (Red+Green+Blue) = 105+112+171=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6970AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6970AB is #968F54. Grayscale: #747474. Windows color (decimal): -9867093 or 11235433. OLE color: 11235433.

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

Color convert

RGB 105 112 171 -
CMYK 0.39 0.35 0 0.33
HSL 233.64º 0.28% 0.54% -
HSV(B) 233.64º 0.39% 0.67% -
XYZ 18.97 17.53 40.91 -
YUV 116.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 105 112 171 0.39 0.35 0 0.33 233.64 0.28 0.54
Hex 69 70 AB 27 23 0 21 EA 1C 36
Octal 151 160 253 47 43 0 41 352 34 66
Binary 1101001 1110000 10101011 100111 100011 0 100001 11101010 11100 110110

Color Harmonies of #6970AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6970AB

Black with #6970AB

Text Example


Text Example

White with #6970AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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