#6765DD

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

Shades of Slate Blue #6765DD

Tints of Slate Blue #6765DD

Color information

#6765DD (or 0x6765DD) is unknown color: approx Slate Blue. HEX triplet: 67, 65 and DD. RGB value is (103,101,221). Sum of RGB (Red+Green+Blue) = 103+101+221=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 101 (39.84% from 255 or 23.76% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #6765DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6765DD is #989A22. Grayscale: #727272. Windows color (decimal): -10000931 or 14509415. OLE color: 14509415.

HSL color Cylindrical-coordinate representation of color #6765DD: hue angle of 241º 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 #6765DD is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103101221-
CMYK0.530.5400.13
HSL241º63.83%63.14%-
HSV(B)241º54.3%86.67%-
XYZ23.317.4170.54-
YUV115.28187.66119.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.24%
GREEN value IS 101 (39.84% from 255) = 23.76%
BLUE value IS 221 (86.72% from 255) = 52%
R=24.24%
G=23.76%
B=52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031012210.530.5400.1324163.8363.14
Hex6765DD35360Df1403f
Octal147145335656601536110077
Binary110011111001011101110111010111011001101111100011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6765DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6765DD; }

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

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

<style>
 a { background-color: #6765DD; }

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

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

<style>
 span { border-color: #6765DD; }

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

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