#6758CD

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

Shades of Slate Blue #6758CD

Tints of Slate Blue #6758CD

Color information

#6758CD (or 0x6758CD) is unknown color: approx Slate Blue. HEX triplet: 67, 58 and CD. RGB value is (103,88,205). Sum of RGB (Red+Green+Blue) = 103+88+205=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #6758CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758CD is #98A732. Grayscale: #696969. Windows color (decimal): -10004275 or 13457511. OLE color: 13457511.

HSL color Cylindrical-coordinate representation of color #6758CD: hue angle of 247.69º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6758CD is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10388205-
CMYK0.500.5700.20
HSL247.69º53.92%57.45%-
HSV(B)247.69º57.07%80.39%-
XYZ20.114.2759.45-
YUV105.82183.97125.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.01%
GREEN value IS 88 (34.77% from 255) = 22.22%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=26.01%
G=22.22%
B=51.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103882050.500.5700.20247.6953.9257.45
Hex6758CD3239014f83639
Octal14713031562710243706671
Binary110011110110001100110111001011100101010011111000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6758CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6758CD; }

 p { color: rgb(103,88,205); }

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

<style>
 a { background-color: #6758CD; }

 a { background-color: rgb(103,88,205); }

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

<style>
 span { border-color: #6758CD; }

 span { border-color: rgb(103,88,205); }

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