Html Css Color HEX #675FDC Slate Blue

📋 copy color: '#675FDC'

red 103 ◦ green 95 ◦ blue 220

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

Shades of Slate Blue #675FDC

Tints of Slate Blue #675FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

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

R = 24.64%
G = 22.73%
B = 52.63%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#675FDC (or 0x675FDC) is known color: Slate Blue. HEX triplet: 67, 5F and DC. RGB value is (103,95,220). Sum of RGB (Red+Green+Blue) = 103+95+220=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #675FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FDC is #98A023. Grayscale: #6F6F6F. Windows color (decimal): -10002468 or 14442343. OLE color: 14442343.

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

Color convert

RGB 103 95 220 -
CMYK 0.53 0.57 0 0.14
HSL 243.84º 0.64% 0.62% -
HSV(B) 243.84º 0.57% 0.86% -
XYZ 22.6 16.24 69.65 -
YUV 111.64 189.15 121.84 -
System Red Green Blue C M Y K H S L
Decimal 103 95 220 0.53 0.57 0 0.14 243.84 0.64 0.62
Hex 67 5F DC 35 39 0 E F4 40 3E
Octal 147 137 334 65 71 0 16 364 100 76
Binary 1100111 1011111 11011100 110101 111001 0 1110 11110100 1000000 111110

Color Harmonies of #675FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FDC

Black with #675FDC

Text Example


Text Example

White with #675FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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