#6C6AB8

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

Shades of Chetwode Blue #6C6AB8

Tints of Chetwode Blue #6C6AB8

Color information

#6C6AB8 (or 0x6C6AB8) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6A and B8. RGB value is (108,106,184). Sum of RGB (Red+Green+Blue) = 108+106+184=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 184 (72.27% from 255 or 46.23% from 398); Max value from RGB is 184 - color contains mainly: blue. Hex color #6C6AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6AB8 is #939547. Grayscale: #737373. Windows color (decimal): -9672008 or 12085868. OLE color: 12085868.

HSL color Cylindrical-coordinate representation of color #6C6AB8: hue angle of 241.54º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C6AB8 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB108106184-
CMYK0.410.4200.28
HSL241.54º35.45%56.86%-
HSV(B)241.54º42.39%72.16%-
XYZ19.9916.9647.57-
YUV115.49166.66122.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.14%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 184 (72.27% from 255) = 46.23%
R=27.14%
G=26.63%
B=46.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081061840.410.4200.28241.5435.4556.86
Hex6C6AB8292A01Cf22339
Octal15415227051520343624371
Binary110110011010101011100010100110101001110011110010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,106,184); }

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

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

 a { background-color: rgb(108,106,184); }

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

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

 span { border-color: rgb(108,106,184); }

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