#6F7BAC

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

Shades of Chetwode Blue #6F7BAC

Tints of Chetwode Blue #6F7BAC

Color information

#6F7BAC (or 0x6F7BAC) is unknown color: approx Chetwode Blue. HEX triplet: 6F, 7B and AC. RGB value is (111,123,172). Sum of RGB (Red+Green+Blue) = 111+123+172=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BAC is #908453. Grayscale: #7C7C7C. Windows color (decimal): -9471060 or 11303791. OLE color: 11303791.

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

Color convert

RGB111123172-
CMYK0.350.2800.33
HSL228.2º26.87%55.49%-
HSV(B)228.2º35.47%67.45%-
XYZ21.0820.5241.88-
YUV125154.52118.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.34%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=27.34%
G=30.30%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1111231720.350.2800.33228.226.8755.49
Hex6F7BAC231C021e41b37
Octal15717325443340413443367
Binary11011111111011101011001000111110001000011110010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F7BAC;
 }
 .AnyTagClassName
 {
   color: #6F7BAC;
 }
</style>
background-color css

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

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

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

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

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

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