#6B6EAB

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

Shades of Chetwode Blue #6B6EAB

Tints of Chetwode Blue #6B6EAB

Color information

#6B6EAB (or 0x6B6EAB) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6E and AB. RGB value is (107,110,171). Sum of RGB (Red+Green+Blue) = 107+110+171=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6EAB is #949154. Grayscale: #737373. Windows color (decimal): -9736533 or 11234923. OLE color: 11234923.

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

Color convert

RGB107110171-
CMYK0.370.3600.33
HSL237.19º27.59%54.51%-
HSV(B)237.19º37.43%67.06%-
XYZ18.9917.2240.85-
YUV116.06159.01121.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=27.58%
G=28.35%
B=44.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071101710.370.3600.33237.1927.5954.51
Hex6B6EAB2524021ed1c37
Octal15315625345440413553467
Binary110101111011101010101110010110010001000011110110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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