Html Css Color HEX #675FC7 Slate Blue

📋 copy color: '#675FC7'

red 103 ◦ green 95 ◦ blue 199

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

Shades of Slate Blue #675FC7

Tints of Slate Blue #675FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.13%

R = 25.94%
G = 23.93%
B = 50.13%

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

#675FC7 (or 0x675FC7) is known color: Slate Blue. HEX triplet: 67, 5F and C7. RGB value is (103,95,199). Sum of RGB (Red+Green+Blue) = 103+95+199=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #675FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FC7 is #98A038. Grayscale: #6C6C6C. Windows color (decimal): -10002489 or 13066087. OLE color: 13066087.

HSL color Cylindrical-coordinate representation of color #675FC7: hue angle of 244.62º degrees, saturation: 0.48, 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 #675FC7 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 95 199 -
CMYK 0.48 0.52 0 0.22
HSL 244.62º 0.48% 0.58% -
HSV(B) 244.62º 0.52% 0.78% -
XYZ 19.99 15.19 55.91 -
YUV 109.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 103 95 199 0.48 0.52 0 0.22 244.62 0.48 0.58
Hex 67 5F C7 30 34 0 16 F5 30 3A
Octal 147 137 307 60 64 0 26 365 60 72
Binary 1100111 1011111 11000111 110000 110100 0 10110 11110101 110000 111010

Color Harmonies of #675FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FC7

Black with #675FC7

Text Example


Text Example

White with #675FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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