Html Css Color HEX #675AD5 Slate Blue

📋 copy color: '#675AD5'

red 103 ◦ green 90 ◦ blue 213

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

Shades of Slate Blue #675AD5

Tints of Slate Blue #675AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.46%

R = 25.37%
G = 22.17%
B = 52.46%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#675AD5 (or 0x675AD5) is known color: Slate Blue. HEX triplet: 67, 5A and D5. RGB value is (103,90,213). Sum of RGB (Red+Green+Blue) = 103+90+213=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 213 (83.59% from 255 or 52.46% from 406); Max value from RGB is 213 - color contains mainly: blue. Hex color #675AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AD5 is #98A52A. Grayscale: #6B6B6B. Windows color (decimal): -10003755 or 13982311. OLE color: 13982311.

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

Color convert

RGB 103 90 213 -
CMYK 0.52 0.58 0 0.16
HSL 246.34º 0.59% 0.59% -
HSV(B) 246.34º 0.58% 0.84% -
XYZ 21.26 15 64.73 -
YUV 107.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 103 90 213 0.52 0.58 0 0.16 246.34 0.59 0.59
Hex 67 5A D5 34 3A 0 10 F6 3B 3B
Octal 147 132 325 64 72 0 20 366 73 73
Binary 1100111 1011010 11010101 110100 111010 0 10000 11110110 111011 111011

Color Harmonies of #675AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AD5

Black with #675AD5

Text Example


Text Example

White with #675AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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