Html Css Color HEX #675DDC Slate Blue

📋 copy color: '#675DDC'

red 103 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #675DDC

Tints of Slate Blue #675DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 24.76%
G = 22.36%
B = 52.88%

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

#675DDC (or 0x675DDC) is known color: Slate Blue. HEX triplet: 67, 5D and DC. RGB value is (103,93,220). Sum of RGB (Red+Green+Blue) = 103+93+220=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #675DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DDC is #98A223. Grayscale: #6D6D6D. Windows color (decimal): -10002980 or 14441831. OLE color: 14441831.

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

Color convert

RGB 103 93 220 -
CMYK 0.53 0.58 0 0.14
HSL 244.72º 0.64% 0.61% -
HSV(B) 244.72º 0.58% 0.86% -
XYZ 22.43 15.88 69.59 -
YUV 110.47 189.81 122.67 -
System Red Green Blue C M Y K H S L
Decimal 103 93 220 0.53 0.58 0 0.14 244.72 0.64 0.61
Hex 67 5D DC 35 3A 0 E F5 40 3D
Octal 147 135 334 65 72 0 16 365 100 75
Binary 1100111 1011101 11011100 110101 111010 0 1110 11110101 1000000 111101

Color Harmonies of #675DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DDC

Black with #675DDC

Text Example


Text Example

White with #675DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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