Html Css Color HEX #675ACE Slate Blue

📋 copy color: '#675ACE'

red 103 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #675ACE

Tints of Slate Blue #675ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 25.81%
G = 22.56%
B = 51.63%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675ACE (or 0x675ACE) is known color: Slate Blue. HEX triplet: 67, 5A and CE. RGB value is (103,90,206). Sum of RGB (Red+Green+Blue) = 103+90+206=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #675ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ACE is #98A531. Grayscale: #6A6A6A. Windows color (decimal): -10003762 or 13523559. OLE color: 13523559.

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

Color convert

RGB 103 90 206 -
CMYK 0.50 0.56 0 0.19
HSL 246.72º 0.54% 0.58% -
HSV(B) 246.72º 0.56% 0.81% -
XYZ 20.39 14.65 60.15 -
YUV 107.11 183.81 125.07 -
System Red Green Blue C M Y K H S L
Decimal 103 90 206 0.50 0.56 0 0.19 246.72 0.54 0.58
Hex 67 5A CE 32 38 0 13 F7 36 3A
Octal 147 132 316 62 70 0 23 367 66 72
Binary 1100111 1011010 11001110 110010 111000 0 10011 11110111 110110 111010

Color Harmonies of #675ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ACE

Black with #675ACE

Text Example


Text Example

White with #675ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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