Html Css Color HEX #6F70AB Chetwode Blue

📋 copy color: '#6F70AB'

red 111 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #6F70AB

Tints of Chetwode Blue #6F70AB

RGB

 RED value IS 111 (43.75% from 255) = 28.17%

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

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

R = 28.17%
G = 28.43%
B = 43.4%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F70AB (or 0x6F70AB) is known color: Chetwode Blue. HEX triplet: 6F, 70 and AB. RGB value is (111,112,171). Sum of RGB (Red+Green+Blue) = 111+112+171=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F70AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F70AB is #908F54. Grayscale: #767676. Windows color (decimal): -9473877 or 11235439. OLE color: 11235439.

HSL color Cylindrical-coordinate representation of color #6F70AB: hue angle of 239º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F70AB is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 112 171 -
CMYK 0.35 0.35 0 0.33
HSL 239º 0.26% 0.55% -
HSV(B) 239º 0.35% 0.67% -
XYZ 19.7 17.91 40.95 -
YUV 118.43 157.67 122.7 -
System Red Green Blue C M Y K H S L
Decimal 111 112 171 0.35 0.35 0 0.33 239 0.26 0.55
Hex 6F 70 AB 23 23 0 21 EF 1A 37
Octal 157 160 253 43 43 0 41 357 32 67
Binary 1101111 1110000 10101011 100011 100011 0 100001 11101111 11010 110111

Color Harmonies of #6F70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70AB

Black with #6F70AB

Text Example


Text Example

White with #6F70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F70AB; }

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

 H1.HeaderClassName
 {
   color: #6F70AB;
 }
 .AnyTagClassName
 {
   color: #6F70AB;
 }
</style>

background-color css

<style>
 a { background-color: #6F70AB; }

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

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

border-color css

<style>
 span { border-color: #6F70AB; }

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

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