#6758CA

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

Shades of Slate Blue #6758CA

Tints of Slate Blue #6758CA

Color information

#6758CA (or 0x6758CA) is unknown color: approx Slate Blue. HEX triplet: 67, 58 and CA. RGB value is (103,88,202). Sum of RGB (Red+Green+Blue) = 103+88+202=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #6758CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758CA is #98A735. Grayscale: #696969. Windows color (decimal): -10004278 or 13260903. OLE color: 13260903.

HSL color Cylindrical-coordinate representation of color #6758CA: hue angle of 247.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6758CA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10388202-
CMYK0.490.5600.21
HSL247.89º51.82%56.86%-
HSV(B)247.89º56.44%79.22%-
XYZ19.7414.1357.56-
YUV105.48182.47126.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 88 (34.77% from 255) = 22.39%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=26.21%
G=22.39%
B=51.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103882020.490.5600.21247.8951.8256.86
Hex6758CA3138015f83439
Octal14713031261700253706471
Binary110011110110001100101011000111100001010111111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6758CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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