#6B75AB

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

Shades of Chetwode Blue #6B75AB

Tints of Chetwode Blue #6B75AB

Color information

#6B75AB (or 0x6B75AB) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 75 and AB. RGB value is (107,117,171). Sum of RGB (Red+Green+Blue) = 107+117+171=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B75AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B75AB is #948A54. Grayscale: #777777. Windows color (decimal): -9734741 or 11236715. OLE color: 11236715.

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

Color convert

RGB107117171-
CMYK0.370.3200.33
HSL230.62º27.59%54.51%-
HSV(B)230.62º37.43%67.06%-
XYZ19.7818.7941.11-
YUV120.17156.69118.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=27.09%
G=29.62%
B=43.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071171710.370.3200.33230.6227.5954.51
Hex6B75AB2520021e71c37
Octal15316525345400413473467
Binary110101111101011010101110010110000001000011110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,171); }

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

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

 a { background-color: rgb(107,117,171); }

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

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

 span { border-color: rgb(107,117,171); }

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