Html Css Color HEX #675DC0 Slate Blue

📋 copy color: '#675DC0'

red 103 ◦ green 93 ◦ blue 192

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

Shades of Slate Blue #675DC0

Tints of Slate Blue #675DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 26.55%
G = 23.97%
B = 49.48%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#675DC0 (or 0x675DC0) is known color: Slate Blue. HEX triplet: 67, 5D and C0. RGB value is (103,93,192). Sum of RGB (Red+Green+Blue) = 103+93+192=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #675DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DC0 is #98A23F. Grayscale: #6A6A6A. Windows color (decimal): -10003008 or 12606823. OLE color: 12606823.

HSL color Cylindrical-coordinate representation of color #675DC0: hue angle of 246.06º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675DC0 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 93 192 -
CMYK 0.46 0.52 0 0.25
HSL 246.06º 0.44% 0.56% -
HSV(B) 246.06º 0.52% 0.75% -
XYZ 19.02 14.52 51.67 -
YUV 107.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 103 93 192 0.46 0.52 0 0.25 246.06 0.44 0.56
Hex 67 5D C0 2E 34 0 19 F6 2C 38
Octal 147 135 300 56 64 0 31 366 54 70
Binary 1100111 1011101 11000000 101110 110100 0 11001 11110110 101100 111000

Color Harmonies of #675DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DC0

Black with #675DC0

Text Example


Text Example

White with #675DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,93,192); }

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

background-color css

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

 a { background-color: rgb(103,93,192); }

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

border-color css

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

 span { border-color: rgb(103,93,192); }

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