Html Css Color HEX #675FCF Slate Blue

📋 copy color: '#675FCF'

red 103 ◦ green 95 ◦ blue 207

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

Shades of Slate Blue #675FCF

Tints of Slate Blue #675FCF

RGB

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

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

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

R = 25.43%
G = 23.46%
B = 51.11%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675FCF (or 0x675FCF) is known color: Slate Blue. HEX triplet: 67, 5F and CF. RGB value is (103,95,207). Sum of RGB (Red+Green+Blue) = 103+95+207=405 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.43% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #675FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FCF is #98A030. Grayscale: #6D6D6D. Windows color (decimal): -10002481 or 13590375. OLE color: 13590375.

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

Color convert

RGB 103 95 207 -
CMYK 0.50 0.54 0 0.19
HSL 244.29º 0.54% 0.59% -
HSV(B) 244.29º 0.54% 0.81% -
XYZ 20.95 15.57 60.93 -
YUV 110.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 103 95 207 0.50 0.54 0 0.19 244.29 0.54 0.59
Hex 67 5F CF 32 36 0 13 F4 36 3B
Octal 147 137 317 62 66 0 23 364 66 73
Binary 1100111 1011111 11001111 110010 110110 0 10011 11110100 110110 111011

Color Harmonies of #675FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FCF

Black with #675FCF

Text Example


Text Example

White with #675FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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