Html Css Color HEX #675DCF Slate Blue

📋 copy color: '#675DCF'

red 103 ◦ green 93 ◦ blue 207

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

Shades of Slate Blue #675DCF

Tints of Slate Blue #675DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.36%

R = 25.56%
G = 23.08%
B = 51.36%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675DCF (or 0x675DCF) is known color: Slate Blue. HEX triplet: 67, 5D and CF. RGB value is (103,93,207). Sum of RGB (Red+Green+Blue) = 103+93+207=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #675DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DCF is #98A230. Grayscale: #6C6C6C. Windows color (decimal): -10002993 or 13589863. OLE color: 13589863.

HSL color Cylindrical-coordinate representation of color #675DCF: hue angle of 245.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675DCF is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 93 207 -
CMYK 0.50 0.55 0 0.19
HSL 245.26º 0.54% 0.59% -
HSV(B) 245.26º 0.55% 0.81% -
XYZ 20.77 15.22 60.87 -
YUV 108.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 103 93 207 0.50 0.55 0 0.19 245.26 0.54 0.59
Hex 67 5D CF 32 37 0 13 F5 36 3B
Octal 147 135 317 62 67 0 23 365 66 73
Binary 1100111 1011101 11001111 110010 110111 0 10011 11110101 110110 111011

Color Harmonies of #675DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DCF

Black with #675DCF

Text Example


Text Example

White with #675DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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