Html Css Color HEX #675AC1 Slate Blue

📋 copy color: '#675AC1'

red 103 ◦ green 90 ◦ blue 193

#675AC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #675AC1

Tints of Slate Blue #675AC1

RGB

 RED value IS 103 (40.63% from 255) = 26.68%

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 193 (75.78% from 255) = 50%

R = 26.68%
G = 23.32%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#675AC1 (or 0x675AC1) is known color: Slate Blue. HEX triplet: 67, 5A and C1. RGB value is (103,90,193). Sum of RGB (Red+Green+Blue) = 103+90+193=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #675AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AC1 is #98A53E. Grayscale: #696969. Windows color (decimal): -10003775 or 12671591. OLE color: 12671591.

HSL color Cylindrical-coordinate representation of color #675AC1: hue angle of 247.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675AC1 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 103 90 193 -
CMYK 0.47 0.53 0 0.24
HSL 247.57º 0.45% 0.55% -
HSV(B) 247.57º 0.53% 0.76% -
XYZ 18.88 14.05 52.17 -
YUV 105.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 103 90 193 0.47 0.53 0 0.24 247.57 0.45 0.55
Hex 67 5A C1 2F 35 0 18 F8 2D 37
Octal 147 132 301 57 65 0 30 370 55 67
Binary 1100111 1011010 11000001 101111 110101 0 11000 11111000 101101 110111

Color Harmonies of #675AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AC1

Black with #675AC1

Text Example


Text Example

White with #675AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,90,193); }

 H1.HeaderClassName
 {
   color: #675AC1;
 }
 .AnyTagClassName
 {
   color: #675AC1;
 }
</style>

background-color css

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

 a { background-color: rgb(103,90,193); }

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

border-color css

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

 span { border-color: rgb(103,90,193); }

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