Html Css Color HEX #675FC9 Slate Blue

📋 copy color: '#675FC9'

red 103 ◦ green 95 ◦ blue 201

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

Shades of Slate Blue #675FC9

Tints of Slate Blue #675FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.38%

R = 25.81%
G = 23.81%
B = 50.38%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#675FC9 (or 0x675FC9) is known color: Slate Blue. HEX triplet: 67, 5F and C9. RGB value is (103,95,201). Sum of RGB (Red+Green+Blue) = 103+95+201=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #675FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FC9 is #98A036. Grayscale: #6D6D6D. Windows color (decimal): -10002487 or 13197159. OLE color: 13197159.

HSL color Cylindrical-coordinate representation of color #675FC9: hue angle of 244.53º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675FC9 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 95 201 -
CMYK 0.49 0.53 0 0.21
HSL 244.53º 0.5% 0.58% -
HSV(B) 244.53º 0.53% 0.79% -
XYZ 20.23 15.29 57.14 -
YUV 109.48 179.65 123.38 -
System Red Green Blue C M Y K H S L
Decimal 103 95 201 0.49 0.53 0 0.21 244.53 0.5 0.58
Hex 67 5F C9 31 35 0 15 F5 32 3A
Octal 147 137 311 61 65 0 25 365 62 72
Binary 1100111 1011111 11001001 110001 110101 0 10101 11110101 110010 111010

Color Harmonies of #675FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FC9

Black with #675FC9

Text Example


Text Example

White with #675FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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