Html Css Color HEX #6D74AB Chetwode Blue

📋 copy color: '#6D74AB'

red 109 ◦ green 116 ◦ blue 171

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

Shades of Chetwode Blue #6D74AB

Tints of Chetwode Blue #6D74AB

RGB

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

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

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

R = 27.53%
G = 29.29%
B = 43.18%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D74AB (or 0x6D74AB) is known color: Chetwode Blue. HEX triplet: 6D, 74 and AB. RGB value is (109,116,171). Sum of RGB (Red+Green+Blue) = 109+116+171=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D74AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D74AB is #928B54. Grayscale: #777777. Windows color (decimal): -9603925 or 11236461. OLE color: 11236461.

HSL color Cylindrical-coordinate representation of color #6D74AB: hue angle of 233.23º 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 #6D74AB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 116 171 -
CMYK 0.36 0.32 0 0.33
HSL 233.23º 0.27% 0.55% -
HSV(B) 233.23º 0.36% 0.67% -
XYZ 19.9 18.68 41.09 -
YUV 120.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 109 116 171 0.36 0.32 0 0.33 233.23 0.27 0.55
Hex 6D 74 AB 24 20 0 21 E9 1B 37
Octal 155 164 253 44 40 0 41 351 33 67
Binary 1101101 1110100 10101011 100100 100000 0 100001 11101001 11011 110111

Color Harmonies of #6D74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D74AB

Black with #6D74AB

Text Example


Text Example

White with #6D74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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