#6B6ABE

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

Shades of Chetwode Blue #6B6ABE

Tints of Chetwode Blue #6B6ABE

Color information

#6B6ABE (or 0x6B6ABE) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6A and BE. RGB value is (107,106,190). Sum of RGB (Red+Green+Blue) = 107+106+190=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ABE is #949541. Grayscale: #737373. Windows color (decimal): -9737538 or 12479083. OLE color: 12479083.

HSL color Cylindrical-coordinate representation of color #6B6ABE: hue angle of 240.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B6ABE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107106190-
CMYK0.440.4400.25
HSL240.71º39.25%58.04%-
HSV(B)240.71º44.21%74.51%-
XYZ20.5117.1550.94-
YUV115.87169.83121.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.55%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=26.55%
G=26.30%
B=47.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071061900.440.4400.25240.7139.2558.04
Hex6B6ABE2C2C019f1273a
Octal15315227654540313614772
Binary110101111010101011111010110010110001100111110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,106,190); }

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

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

 a { background-color: rgb(107,106,190); }

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

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

 span { border-color: rgb(107,106,190); }

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