Html Css Color HEX #675EDF Slate Blue

📋 copy color: '#675EDF'

red 103 ◦ green 94 ◦ blue 223

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

Shades of Slate Blue #675EDF

Tints of Slate Blue #675EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.38%

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 24.52%
G = 22.38%
B = 53.1%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#675EDF (or 0x675EDF) is known color: Slate Blue. HEX triplet: 67, 5E and DF. RGB value is (103,94,223). Sum of RGB (Red+Green+Blue) = 103+94+223=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #675EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675EDF is #98A120. Grayscale: #6E6E6E. Windows color (decimal): -10002721 or 14638695. OLE color: 14638695.

HSL color Cylindrical-coordinate representation of color #675EDF: hue angle of 244.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675EDF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 94 223 -
CMYK 0.54 0.58 0 0.13
HSL 244.19º 0.67% 0.62% -
HSV(B) 244.19º 0.58% 0.87% -
XYZ 22.92 16.22 71.73 -
YUV 111.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 103 94 223 0.54 0.58 0 0.13 244.19 0.67 0.62
Hex 67 5E DF 36 3A 0 D F4 43 3E
Octal 147 136 337 66 72 0 15 364 103 76
Binary 1100111 1011110 11011111 110110 111010 0 1101 11110100 1000011 111110

Color Harmonies of #675EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675EDF

Black with #675EDF

Text Example


Text Example

White with #675EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,94,223); }

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

background-color css

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

 a { background-color: rgb(103,94,223); }

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

border-color css

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

 span { border-color: rgb(103,94,223); }

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