#6C6CBE

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

Shades of Chetwode Blue #6C6CBE

Tints of Chetwode Blue #6C6CBE

Color information

#6C6CBE (or 0x6C6CBE) is unknown color: approx Chetwode Blue. HEX triplet: 6C, 6C and BE. RGB value is (108,108,190). Sum of RGB (Red+Green+Blue) = 108+108+190=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C6CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6CBE is #939341. Grayscale: #757575. Windows color (decimal): -9671490 or 12479596. OLE color: 12479596.

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

Color convert

RGB108108190-
CMYK0.430.4300.25
HSL240º38.68%58.43%-
HSV(B)240º43.16%74.51%-
XYZ20.8417.6351.02-
YUV117.35169121.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=26.60%
G=26.60%
B=46.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081081900.430.4300.2524038.6858.43
Hex6C6CBE2B2B019f0273a
Octal15415427653530313604772
Binary110110011011001011111010101110101101100111110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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