Html Css Color HEX #6D70AB Chetwode Blue

📋 copy color: '#6D70AB'

red 109 ◦ green 112 ◦ blue 171

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

Shades of Chetwode Blue #6D70AB

Tints of Chetwode Blue #6D70AB

RGB

 RED value IS 109 (42.97% from 255) = 27.81%

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

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

R = 27.81%
G = 28.57%
B = 43.62%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D70AB (or 0x6D70AB) is known color: Chetwode Blue. HEX triplet: 6D, 70 and AB. RGB value is (109,112,171). Sum of RGB (Red+Green+Blue) = 109+112+171=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 112 (44.14% from 255 or 28.57% 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 #6D70AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D70AB is #928F54. Grayscale: #757575. Windows color (decimal): -9604949 or 11235437. OLE color: 11235437.

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

Color convert

RGB 109 112 171 -
CMYK 0.36 0.35 0 0.33
HSL 237.1º 0.27% 0.55% -
HSV(B) 237.1º 0.36% 0.67% -
XYZ 19.45 17.78 40.93 -
YUV 117.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 109 112 171 0.36 0.35 0 0.33 237.1 0.27 0.55
Hex 6D 70 AB 24 23 0 21 ED 1B 37
Octal 155 160 253 44 43 0 41 355 33 67
Binary 1101101 1110000 10101011 100100 100011 0 100001 11101101 11011 110111

Color Harmonies of #6D70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70AB

Black with #6D70AB

Text Example


Text Example

White with #6D70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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