#6B61DF

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

Shades of Slate Blue #6B61DF

Tints of Slate Blue #6B61DF

Color information

#6B61DF (or 0x6B61DF) is unknown color: approx Slate Blue. HEX triplet: 6B, 61 and DF. RGB value is (107,97,223). Sum of RGB (Red+Green+Blue) = 107+97+223=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B61DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B61DF is #949E20. Grayscale: #717171. Windows color (decimal): -9739809 or 14639467. OLE color: 14639467.

HSL color Cylindrical-coordinate representation of color #6B61DF: hue angle of 244.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B61DF is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10797223-
CMYK0.520.5700.13
HSL244.76º66.32%62.75%-
HSV(B)244.76º56.5%87.45%-
XYZ23.661771.85-
YUV114.35189.31122.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.06%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 223 (87.5% from 255) = 52.22%
R=25.06%
G=22.72%
B=52.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107972230.520.5700.13244.7666.3262.75
Hex6B61DF34390Df5423f
Octal153141337647101536510277
Binary110101111000011101111111010011100101101111101011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B61DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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