Html Css Color HEX #6D70AE Chetwode Blue

📋 copy color: '#6D70AE'

red 109 ◦ green 112 ◦ blue 174

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

Shades of Chetwode Blue #6D70AE

Tints of Chetwode Blue #6D70AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 27.59%
G = 28.35%
B = 44.05%

CMYK

 C value IS 0.37

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D70AE (or 0x6D70AE) is known color: Chetwode Blue. HEX triplet: 6D, 70 and AE. RGB value is (109,112,174). Sum of RGB (Red+Green+Blue) = 109+112+174=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D70AE is #928F51. Grayscale: #757575. Windows color (decimal): -9604946 or 11432045. OLE color: 11432045.

HSL color Cylindrical-coordinate representation of color #6D70AE: hue angle of 237.23º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D70AE is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 109 112 174 -
CMYK 0.37 0.36 0 0.32
HSL 237.23º 0.29% 0.55% -
HSV(B) 237.23º 0.37% 0.68% -
XYZ 19.74 17.9 42.46 -
YUV 118.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 109 112 174 0.37 0.36 0 0.32 237.23 0.29 0.55
Hex 6D 70 AE 25 24 0 20 ED 1D 37
Octal 155 160 256 45 44 0 40 355 35 67
Binary 1101101 1110000 10101110 100101 100100 0 100000 11101101 11101 110111

Color Harmonies of #6D70AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70AE

Black with #6D70AE

Text Example


Text Example

White with #6D70AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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