Html Css Color HEX #6D7BAC Chetwode Blue

📋 copy color: '#6D7BAC'

red 109 ◦ green 123 ◦ blue 172

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

Shades of Chetwode Blue #6D7BAC

Tints of Chetwode Blue #6D7BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 26.98%
G = 30.45%
B = 42.57%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6D7BAC (or 0x6D7BAC) is known color: Chetwode Blue. HEX triplet: 6D, 7B and AC. RGB value is (109,123,172). Sum of RGB (Red+Green+Blue) = 109+123+172=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7BAC is #928453. Grayscale: #7C7C7C. Windows color (decimal): -9602132 or 11303789. OLE color: 11303789.

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

Color convert

RGB 109 123 172 -
CMYK 0.37 0.28 0 0.33
HSL 226.67º 0.28% 0.55% -
HSV(B) 226.67º 0.37% 0.67% -
XYZ 20.84 20.4 41.87 -
YUV 124.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 109 123 172 0.37 0.28 0 0.33 226.67 0.28 0.55
Hex 6D 7B AC 25 1C 0 21 E3 1C 37
Octal 155 173 254 45 34 0 41 343 34 67
Binary 1101101 1111011 10101100 100101 11100 0 100001 11100011 11100 110111

Color Harmonies of #6D7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7BAC

Black with #6D7BAC

Text Example


Text Example

White with #6D7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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