#675CCA

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

Shades of Slate Blue #675CCA

Tints of Slate Blue #675CCA

Color information

#675CCA (or 0x675CCA) is unknown color: approx Slate Blue. HEX triplet: 67, 5C and CA. RGB value is (103,92,202). Sum of RGB (Red+Green+Blue) = 103+92+202=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #675CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CCA is #98A335. Grayscale: #6B6B6B. Windows color (decimal): -10003254 or 13261927. OLE color: 13261927.

HSL color Cylindrical-coordinate representation of color #675CCA: hue angle of 246º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675CCA is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10392202-
CMYK0.490.5400.21
HSL246º50.93%57.65%-
HSV(B)246º54.46%79.22%-
XYZ20.0814.857.68-
YUV107.83181.14124.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.94%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=25.94%
G=23.17%
B=50.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal103922020.490.5400.2124650.9357.65
Hex675CCA3136015f6333a
Octal14713431261660253666372
Binary110011110111001100101011000111011001010111110110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675CCA; }

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

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

<style>
 a { background-color: #675CCA; }

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

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

<style>
 span { border-color: #675CCA; }

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

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