Html Css Color HEX #675ECF Slate Blue

📋 copy color: '#675ECF'

red 103 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #675ECF

Tints of Slate Blue #675ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 25.5%
G = 23.27%
B = 51.24%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675ECF (or 0x675ECF) is known color: Slate Blue. HEX triplet: 67, 5E and CF. RGB value is (103,94,207). Sum of RGB (Red+Green+Blue) = 103+94+207=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #675ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ECF is #98A130. Grayscale: #6D6D6D. Windows color (decimal): -10002737 or 13590119. OLE color: 13590119.

HSL color Cylindrical-coordinate representation of color #675ECF: hue angle of 244.78º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675ECF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 94 207 -
CMYK 0.50 0.55 0 0.19
HSL 244.78º 0.54% 0.59% -
HSV(B) 244.78º 0.55% 0.81% -
XYZ 20.86 15.39 60.9 -
YUV 109.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 103 94 207 0.50 0.55 0 0.19 244.78 0.54 0.59
Hex 67 5E CF 32 37 0 13 F5 36 3B
Octal 147 136 317 62 67 0 23 365 66 73
Binary 1100111 1011110 11001111 110010 110111 0 10011 11110101 110110 111011

Color Harmonies of #675ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ECF

Black with #675ECF

Text Example


Text Example

White with #675ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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