#6B6DAD

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

Shades of Chetwode Blue #6B6DAD

Tints of Chetwode Blue #6B6DAD

Color information

#6B6DAD (or 0x6B6DAD) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6D and AD. RGB value is (107,109,173). Sum of RGB (Red+Green+Blue) = 107+109+173=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B6DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DAD is #949252. Grayscale: #737373. Windows color (decimal): -9736787 or 11365739. OLE color: 11365739.

HSL color Cylindrical-coordinate representation of color #6B6DAD: hue angle of 238.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B6DAD is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB107109173-
CMYK0.380.3700.32
HSL238.18º28.7%54.9%-
HSV(B)238.18º38.15%67.84%-
XYZ19.0717.0841.83-
YUV115.7160.34121.8-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.51%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=27.51%
G=28.02%
B=44.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071091730.380.3700.32238.1828.754.9
Hex6B6DAD2625020ee1d37
Octal15315525546450403563567
Binary110101111011011010110110011010010101000001110111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,109,173); }

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

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

 a { background-color: rgb(107,109,173); }

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

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

 span { border-color: rgb(107,109,173); }

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