#6b65dd

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

Shades of Slate Blue #6B65DD

Tints of Slate Blue #6B65DD

Color information

#6B65DD (or 0x6B65DD) is unknown color: approx Slate Blue. HEX triplet: 6B, 65 and DD. RGB value is (107,101,221). Sum of RGB (Red+Green+Blue) = 107+101+221=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B65DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65DD is #949A22. Grayscale: #747474. Windows color (decimal): -9738787 or 14509419. OLE color: 14509419.

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

Color convert

RGB107101221-
CMYK0.520.5400.13
HSL243º63.83%63.14%-
HSV(B)243º54.3%86.67%-
XYZ23.7717.6570.56-
YUV116.47186.99121.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=24.94%
G=23.54%
B=51.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071012210.520.5400.1324363.8363.14
Hex6B65DD34360Df3403f
Octal153145335646601536310077
Binary110101111001011101110111010011011001101111100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b65dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,221); }

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

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

 a { background-color: rgb(107,101,221); }

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

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

 span { border-color: rgb(107,101,221); }

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