Html Css Color HEX #675DDA Slate Blue

📋 copy color: '#675DDA'

red 103 ◦ green 93 ◦ blue 218

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

Shades of Slate Blue #675DDA

Tints of Slate Blue #675DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.66%

R = 24.88%
G = 22.46%
B = 52.66%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#675DDA (or 0x675DDA) is known color: Slate Blue. HEX triplet: 67, 5D and DA. RGB value is (103,93,218). Sum of RGB (Red+Green+Blue) = 103+93+218=414 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.88% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #675DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DDA is #98A225. Grayscale: #6D6D6D. Windows color (decimal): -10002982 or 14310759. OLE color: 14310759.

HSL color Cylindrical-coordinate representation of color #675DDA: hue angle of 244.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675DDA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 93 218 -
CMYK 0.53 0.57 0 0.15
HSL 244.8º 0.63% 0.61% -
HSV(B) 244.8º 0.57% 0.85% -
XYZ 22.16 15.77 68.21 -
YUV 110.24 188.81 122.84 -
System Red Green Blue C M Y K H S L
Decimal 103 93 218 0.53 0.57 0 0.15 244.8 0.63 0.61
Hex 67 5D DA 35 39 0 F F5 3F 3D
Octal 147 135 332 65 71 0 17 365 77 75
Binary 1100111 1011101 11011010 110101 111001 0 1111 11110101 111111 111101

Color Harmonies of #675DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DDA

Black with #675DDA

Text Example


Text Example

White with #675DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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