Html Css Color HEX #675ACF Slate Blue

📋 copy color: '#675ACF'

red 103 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #675ACF

Tints of Slate Blue #675ACF

RGB

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

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

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

R = 25.75%
G = 22.5%
B = 51.75%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675ACF (or 0x675ACF) is known color: Slate Blue. HEX triplet: 67, 5A and CF. RGB value is (103,90,207). Sum of RGB (Red+Green+Blue) = 103+90+207=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #675ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ACF is #98A530. Grayscale: #6A6A6A. Windows color (decimal): -10003761 or 13589095. OLE color: 13589095.

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

Color convert

RGB 103 90 207 -
CMYK 0.50 0.57 0 0.19
HSL 246.67º 0.55% 0.58% -
HSV(B) 246.67º 0.57% 0.81% -
XYZ 20.51 14.7 60.79 -
YUV 107.23 184.31 124.99 -
System Red Green Blue C M Y K H S L
Decimal 103 90 207 0.50 0.57 0 0.19 246.67 0.55 0.58
Hex 67 5A CF 32 39 0 13 F7 37 3A
Octal 147 132 317 62 71 0 23 367 67 72
Binary 1100111 1011010 11001111 110010 111001 0 10011 11110111 110111 111010

Color Harmonies of #675ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ACF

Black with #675ACF

Text Example


Text Example

White with #675ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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