#6C6BBE

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

Shades of Chetwode Blue #6C6BBE

Tints of Chetwode Blue #6C6BBE

Color information

#6C6BBE (or 0x6C6BBE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6B and BE. RGB value is (108,107,190). Sum of RGB (Red+Green+Blue) = 108+107+190=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BBE is #939441. Grayscale: #747474. Windows color (decimal): -9671746 or 12479340. OLE color: 12479340.

HSL color Cylindrical-coordinate representation of color #6C6BBE: hue angle of 240.72º 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 #6C6BBE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB108107190-
CMYK0.430.4400.25
HSL240.72º38.97%58.24%-
HSV(B)240.72º43.68%74.51%-
XYZ20.7417.4250.98-
YUV116.76169.33121.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.67%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=26.67%
G=26.42%
B=46.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081071900.430.4400.25240.7238.9758.24
Hex6C6BBE2B2C019f1273a
Octal15415327653540313614772
Binary110110011010111011111010101110110001100111110001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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