Html Css Color HEX #675BDB Slate Blue

📋 copy color: '#675BDB'

red 103 ◦ green 91 ◦ blue 219

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

Shades of Slate Blue #675BDB

Tints of Slate Blue #675BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 24.94%
G = 22.03%
B = 53.03%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#675BDB (or 0x675BDB) is known color: Slate Blue. HEX triplet: 67, 5B and DB. RGB value is (103,91,219). Sum of RGB (Red+Green+Blue) = 103+91+219=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #675BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BDB is #98A424. Grayscale: #6C6C6C. Windows color (decimal): -10003493 or 14375783. OLE color: 14375783.

HSL color Cylindrical-coordinate representation of color #675BDB: hue angle of 245.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675BDB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 91 219 -
CMYK 0.53 0.58 0 0.14
HSL 245.63º 0.64% 0.61% -
HSV(B) 245.63º 0.58% 0.86% -
XYZ 22.12 15.48 68.84 -
YUV 109.18 189.98 123.59 -
System Red Green Blue C M Y K H S L
Decimal 103 91 219 0.53 0.58 0 0.14 245.63 0.64 0.61
Hex 67 5B DB 35 3A 0 E F6 40 3D
Octal 147 133 333 65 72 0 16 366 100 75
Binary 1100111 1011011 11011011 110101 111010 0 1110 11110110 1000000 111101

Color Harmonies of #675BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BDB

Black with #675BDB

Text Example


Text Example

White with #675BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,219); }

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

background-color css

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

 a { background-color: rgb(103,91,219); }

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

border-color css

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

 span { border-color: rgb(103,91,219); }

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