Html Css Color HEX #6D7BAE Chetwode Blue

📋 copy color: '#6D7BAE'

red 109 ◦ green 123 ◦ blue 174

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

Shades of Chetwode Blue #6D7BAE

Tints of Chetwode Blue #6D7BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 26.85%
G = 30.3%
B = 42.86%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D7BAE (or 0x6D7BAE) is known color: Chetwode Blue. HEX triplet: 6D, 7B and AE. RGB value is (109,123,174). Sum of RGB (Red+Green+Blue) = 109+123+174=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7BAE is #928451. Grayscale: #7C7C7C. Windows color (decimal): -9602130 or 11434861. OLE color: 11434861.

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

Color convert

RGB 109 123 174 -
CMYK 0.37 0.29 0 0.32
HSL 227.08º 0.29% 0.55% -
HSV(B) 227.08º 0.37% 0.68% -
XYZ 21.03 20.47 42.89 -
YUV 124.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 109 123 174 0.37 0.29 0 0.32 227.08 0.29 0.55
Hex 6D 7B AE 25 1D 0 20 E3 1D 37
Octal 155 173 256 45 35 0 40 343 35 67
Binary 1101101 1111011 10101110 100101 11101 0 100000 11100011 11101 110111

Color Harmonies of #6D7BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BAE

Black with #6D7BAE

Text Example


Text Example

White with #6D7BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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