#6D65CB

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

Shades of Slate Blue #6D65CB

Tints of Slate Blue #6D65CB

Color information

#6D65CB (or 0x6D65CB) is unknown color: approx Slate Blue. HEX triplet: 6D, 65 and CB. RGB value is (109,101,203). Sum of RGB (Red+Green+Blue) = 109+101+203=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65CB is #929A34. Grayscale: #727272. Windows color (decimal): -9607733 or 13329773. OLE color: 13329773.

HSL color Cylindrical-coordinate representation of color #6D65CB: hue angle of 244.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D65CB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB109101203-
CMYK0.460.5000.20
HSL244.71º49.51%59.61%-
HSV(B)244.71º50.25%79.61%-
XYZ21.7416.8758.61-
YUV115.02177.65123.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=26.39%
G=24.46%
B=49.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091012030.460.5000.20244.7149.5159.61
Hex6D65CB2E32014f5323c
Octal15514531356620243656274
Binary110110111001011100101110111011001001010011110101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,203); }

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

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

 a { background-color: rgb(109,101,203); }

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

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

 span { border-color: rgb(109,101,203); }

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