#6B6DAC

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

Shades of Chetwode Blue #6B6DAC

Tints of Chetwode Blue #6B6DAC

Color information

#6B6DAC (or 0x6B6DAC) is unknown color: approx Chetwode Blue. HEX triplet: 6B, 6D and AC. RGB value is (107,109,172). Sum of RGB (Red+Green+Blue) = 107+109+172=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6DAC is #949253. Grayscale: #737373. Windows color (decimal): -9736788 or 11300203. OLE color: 11300203.

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

Color convert

RGB107109172-
CMYK0.380.3700.33
HSL238.15º28.14%54.71%-
HSV(B)238.15º37.79%67.45%-
XYZ18.9817.0441.32-
YUV115.58159.84121.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.58%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=27.58%
G=28.09%
B=44.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071091720.380.3700.33238.1528.1454.71
Hex6B6DAC2625021ee1c37
Octal15315525446450413563467
Binary110101111011011010110010011010010101000011110111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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