Html Css Color HEX #675FD1 Slate Blue

📋 copy color: '#675FD1'

red 103 ◦ green 95 ◦ blue 209

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

Shades of Slate Blue #675FD1

Tints of Slate Blue #675FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.34%

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 25.31%
G = 23.34%
B = 51.35%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#675FD1 (or 0x675FD1) is known color: Slate Blue. HEX triplet: 67, 5F and D1. RGB value is (103,95,209). Sum of RGB (Red+Green+Blue) = 103+95+209=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #675FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FD1 is #98A02E. Grayscale: #6D6D6D. Windows color (decimal): -10002479 or 13721447. OLE color: 13721447.

HSL color Cylindrical-coordinate representation of color #675FD1: hue angle of 244.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675FD1 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 95 209 -
CMYK 0.51 0.55 0 0.18
HSL 244.21º 0.55% 0.6% -
HSV(B) 244.21º 0.55% 0.82% -
XYZ 21.19 15.67 62.23 -
YUV 110.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 103 95 209 0.51 0.55 0 0.18 244.21 0.55 0.6
Hex 67 5F D1 33 37 0 12 F4 37 3C
Octal 147 137 321 63 67 0 22 364 67 74
Binary 1100111 1011111 11010001 110011 110111 0 10010 11110100 110111 111100

Color Harmonies of #675FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FD1

Black with #675FD1

Text Example


Text Example

White with #675FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,209); }

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

background-color css

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

 a { background-color: rgb(103,95,209); }

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

border-color css

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

 span { border-color: rgb(103,95,209); }

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