Html Css Color HEX #675CDB Slate Blue

📋 copy color: '#675CDB'

red 103 ◦ green 92 ◦ blue 219

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

Shades of Slate Blue #675CDB

Tints of Slate Blue #675CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.22%

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

R = 24.88%
G = 22.22%
B = 52.9%

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

#675CDB (or 0x675CDB) is known color: Slate Blue. HEX triplet: 67, 5C and DB. RGB value is (103,92,219). Sum of RGB (Red+Green+Blue) = 103+92+219=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #675CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CDB is #98A324. Grayscale: #6D6D6D. Windows color (decimal): -10003237 or 14376039. OLE color: 14376039.

HSL color Cylindrical-coordinate representation of color #675CDB: hue angle of 245.2º 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 #675CDB is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 92 219 -
CMYK 0.53 0.58 0 0.14
HSL 245.2º 0.64% 0.61% -
HSV(B) 245.2º 0.58% 0.86% -
XYZ 22.21 15.65 68.87 -
YUV 109.77 189.64 123.17 -
System Red Green Blue C M Y K H S L
Decimal 103 92 219 0.53 0.58 0 0.14 245.2 0.64 0.61
Hex 67 5C DB 35 3A 0 E F5 40 3D
Octal 147 134 333 65 72 0 16 365 100 75
Binary 1100111 1011100 11011011 110101 111010 0 1110 11110101 1000000 111101

Color Harmonies of #675CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CDB

Black with #675CDB

Text Example


Text Example

White with #675CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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