#6C6BBD

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

Shades of Chetwode Blue #6C6BBD

Tints of Chetwode Blue #6C6BBD

Color information

#6C6BBD (or 0x6C6BBD) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6B and BD. RGB value is (108,107,189). Sum of RGB (Red+Green+Blue) = 108+107+189=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C6BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BBD is #939442. Grayscale: #747474. Windows color (decimal): -9671747 or 12413804. OLE color: 12413804.

HSL color Cylindrical-coordinate representation of color #6C6BBD: hue angle of 240.73º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C6BBD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB108107189-
CMYK0.430.4300.26
HSL240.73º38.32%58.04%-
HSV(B)240.73º43.39%74.12%-
XYZ20.6317.3850.41-
YUV116.65168.83121.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 107 (42.19% from 255) = 26.49%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=26.73%
G=26.49%
B=46.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081071890.430.4300.26240.7338.3258.04
Hex6C6BBD2B2B01Af1263a
Octal15415327553530323614672
Binary110110011010111011110110101110101101101011110001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,107,189); }

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

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

 a { background-color: rgb(108,107,189); }

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

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

 span { border-color: rgb(108,107,189); }

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