#6761D6

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

Shades of Slate Blue #6761D6

Tints of Slate Blue #6761D6

Color information

#6761D6 (or 0x6761D6) is unknown color: approx Slate Blue. HEX triplet: 67, 61 and D6. RGB value is (103,97,214). Sum of RGB (Red+Green+Blue) = 103+97+214=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 214 (83.98% from 255 or 51.69% from 414); Max value from RGB is 214 - color contains mainly: blue. Hex color #6761D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761D6 is #989E29. Grayscale: #6F6F6F. Windows color (decimal): -10001962 or 14049639. OLE color: 14049639.

HSL color Cylindrical-coordinate representation of color #6761D6: hue angle of 243.08º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6761D6 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10397214-
CMYK0.520.5500.16
HSL243.08º58.79%60.98%-
HSV(B)243.08º54.67%83.92%-
XYZ22.0116.2965.6-
YUV112.13185.49121.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 214 (83.98% from 255) = 51.69%
R=24.88%
G=23.43%
B=51.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103972140.520.5500.16243.0858.7960.98
Hex6761D63437010f33b3d
Octal14714132664670203637375
Binary110011111000011101011011010011011101000011110011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6761D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6761D6; }

 p { color: rgb(103,97,214); }

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

<style>
 a { background-color: #6761D6; }

 a { background-color: rgb(103,97,214); }

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

<style>
 span { border-color: #6761D6; }

 span { border-color: rgb(103,97,214); }

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