#6D7BAC

Color #6D7BAC Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6D7BAC

Tints of Chetwode Blue #6D7BAC

Color information

#6D7BAC (or 0x6D7BAC) is unknown color: approx 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

RGB109123172-
CMYK0.370.2800.33
HSL226.67º27.51%55.1%-
HSV(B)226.67º36.63%67.45%-
XYZ20.8420.441.87-
YUV124.4154.86117.02-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091231720.370.2800.33226.6727.5155.1
Hex6D7BAC251C021e31c37
Octal15517325445340413433467
Binary11011011111011101011001001011110001000011110001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>