Html Css Color HEX #675DCE Slate Blue

📋 copy color: '#675DCE'

red 103 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #675DCE

Tints of Slate Blue #675DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 25.62%
G = 23.13%
B = 51.24%

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

#675DCE (or 0x675DCE) is known color: Slate Blue. HEX triplet: 67, 5D and CE. RGB value is (103,93,206). Sum of RGB (Red+Green+Blue) = 103+93+206=402 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.62% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #675DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675DCE is #98A231. Grayscale: #6C6C6C. Windows color (decimal): -10002994 or 13524327. OLE color: 13524327.

HSL color Cylindrical-coordinate representation of color #675DCE: hue angle of 245.31º 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 #675DCE is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 93 206 -
CMYK 0.50 0.55 0 0.19
HSL 245.31º 0.54% 0.59% -
HSV(B) 245.31º 0.55% 0.81% -
XYZ 20.65 15.17 60.23 -
YUV 108.87 182.81 123.81 -
System Red Green Blue C M Y K H S L
Decimal 103 93 206 0.50 0.55 0 0.19 245.31 0.54 0.59
Hex 67 5D CE 32 37 0 13 F5 36 3B
Octal 147 135 316 62 67 0 23 365 66 73
Binary 1100111 1011101 11001110 110010 110111 0 10011 11110101 110110 111011

Color Harmonies of #675DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675DCE

Black with #675DCE

Text Example


Text Example

White with #675DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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