Html Css Color HEX #675AE5 Slate Blue

📋 copy color: '#675AE5'

red 103 ◦ green 90 ◦ blue 229

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

Shades of Slate Blue #675AE5

Tints of Slate Blue #675AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.27%

R = 24.41%
G = 21.33%
B = 54.27%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#675AE5 (or 0x675AE5) is known color: Slate Blue. HEX triplet: 67, 5A and E5. RGB value is (103,90,229). Sum of RGB (Red+Green+Blue) = 103+90+229=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #675AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675AE5 is #98A51A. Grayscale: #6D6D6D. Windows color (decimal): -10003739 or 15030887. OLE color: 15030887.

HSL color Cylindrical-coordinate representation of color #675AE5: hue angle of 245.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #675AE5 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 103 90 229 -
CMYK 0.55 0.61 0 0.10
HSL 245.61º 0.73% 0.63% -
HSV(B) 245.61º 0.61% 0.9% -
XYZ 23.39 15.85 75.96 -
YUV 109.73 195.31 123.2 -
System Red Green Blue C M Y K H S L
Decimal 103 90 229 0.55 0.61 0 0.10 245.61 0.73 0.63
Hex 67 5A E5 37 3D 0 A F6 49 3F
Octal 147 132 345 67 75 0 12 366 111 77
Binary 1100111 1011010 11100101 110111 111101 0 1010 11110110 1001001 111111

Color Harmonies of #675AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675AE5

Black with #675AE5

Text Example


Text Example

White with #675AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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