Html Css Color HEX #675FC6 Slate Blue

📋 copy color: '#675FC6'

red 103 ◦ green 95 ◦ blue 198

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

Shades of Slate Blue #675FC6

Tints of Slate Blue #675FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50%

R = 26.01%
G = 23.99%
B = 50%

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

#675FC6 (or 0x675FC6) is known color: Slate Blue. HEX triplet: 67, 5F and C6. RGB value is (103,95,198). Sum of RGB (Red+Green+Blue) = 103+95+198=396 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.01% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #675FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FC6 is #98A039. Grayscale: #6C6C6C. Windows color (decimal): -10002490 or 13000551. OLE color: 13000551.

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

Color convert

RGB 103 95 198 -
CMYK 0.48 0.52 0 0.22
HSL 244.66º 0.47% 0.57% -
HSV(B) 244.66º 0.52% 0.78% -
XYZ 19.88 15.15 55.3 -
YUV 109.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 103 95 198 0.48 0.52 0 0.22 244.66 0.47 0.57
Hex 67 5F C6 30 34 0 16 F5 2F 39
Octal 147 137 306 60 64 0 26 365 57 71
Binary 1100111 1011111 11000110 110000 110100 0 10110 11110101 101111 111001

Color Harmonies of #675FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FC6

Black with #675FC6

Text Example


Text Example

White with #675FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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