Html Css Color HEX #675CD5 Slate Blue

📋 copy color: '#675CD5'

red 103 ◦ green 92 ◦ blue 213

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

Shades of Slate Blue #675CD5

Tints of Slate Blue #675CD5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.55%

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

R = 25.25%
G = 22.55%
B = 52.21%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#675CD5 (or 0x675CD5) is known color: Slate Blue. HEX triplet: 67, 5C and D5. RGB value is (103,92,213). Sum of RGB (Red+Green+Blue) = 103+92+213=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 92 (36.33% from 255 or 22.55% from 408); Blue value is 213 (83.59% from 255 or 52.21% from 408); Max value from RGB is 213 - color contains mainly: blue. Hex color #675CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CD5 is #98A32A. Grayscale: #6C6C6C. Windows color (decimal): -10003243 or 13982823. OLE color: 13982823.

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

Color convert

RGB 103 92 213 -
CMYK 0.52 0.57 0 0.16
HSL 245.45º 0.59% 0.6% -
HSV(B) 245.45º 0.57% 0.84% -
XYZ 21.43 15.34 64.78 -
YUV 109.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 103 92 213 0.52 0.57 0 0.16 245.45 0.59 0.6
Hex 67 5C D5 34 39 0 10 F5 3B 3C
Octal 147 134 325 64 71 0 20 365 73 74
Binary 1100111 1011100 11010101 110100 111001 0 10000 11110101 111011 111100

Color Harmonies of #675CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CD5

Black with #675CD5

Text Example


Text Example

White with #675CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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