#6B61CD

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

Shades of Slate Blue #6B61CD

Tints of Slate Blue #6B61CD

Color information

#6B61CD (or 0x6B61CD) is unknown color: approx Slate Blue. HEX triplet: 6B, 61 and CD. RGB value is (107,97,205). Sum of RGB (Red+Green+Blue) = 107+97+205=409 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.16% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B61CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61CD is #949E32. Grayscale: #6F6F6F. Windows color (decimal): -9739827 or 13459819. OLE color: 13459819.

HSL color Cylindrical-coordinate representation of color #6B61CD: hue angle of 245.56º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B61CD is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10797205-
CMYK0.480.5300.20
HSL245.56º51.92%59.22%-
HSV(B)245.56º52.68%80.39%-
XYZ21.3616.0859.74-
YUV112.3180.31124.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.16%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=26.16%
G=23.72%
B=50.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107972050.480.5300.20245.5651.9259.22
Hex6B61CD3035014f6343b
Octal15314131560650243666473
Binary110101111000011100110111000011010101010011110110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B61CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,205); }

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

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

 a { background-color: rgb(107,97,205); }

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

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

 span { border-color: rgb(107,97,205); }

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