Html Css Color HEX #675FC8 Slate Blue

📋 copy color: '#675FC8'

red 103 ◦ green 95 ◦ blue 200

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

Shades of Slate Blue #675FC8

Tints of Slate Blue #675FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.25%

R = 25.88%
G = 23.87%
B = 50.25%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#675FC8 (or 0x675FC8) is known color: Slate Blue. HEX triplet: 67, 5F and C8. RGB value is (103,95,200). Sum of RGB (Red+Green+Blue) = 103+95+200=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #675FC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FC8 is #98A037. Grayscale: #6C6C6C. Windows color (decimal): -10002488 or 13131623. OLE color: 13131623.

HSL color Cylindrical-coordinate representation of color #675FC8: hue angle of 244.57º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675FC8 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 95 200 -
CMYK 0.48 0.52 0 0.22
HSL 244.57º 0.49% 0.58% -
HSV(B) 244.57º 0.53% 0.78% -
XYZ 20.11 15.24 56.52 -
YUV 109.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 103 95 200 0.48 0.52 0 0.22 244.57 0.49 0.58
Hex 67 5F C8 30 34 0 16 F5 31 3A
Octal 147 137 310 60 64 0 26 365 61 72
Binary 1100111 1011111 11001000 110000 110100 0 10110 11110101 110001 111010

Color Harmonies of #675FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FC8

Black with #675FC8

Text Example


Text Example

White with #675FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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