Html Css Color HEX #675BC9 Slate Blue

📋 copy color: '#675BC9'

red 103 ◦ green 91 ◦ blue 201

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

Shades of Slate Blue #675BC9

Tints of Slate Blue #675BC9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.04%

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

R = 26.08%
G = 23.04%
B = 50.89%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#675BC9 (or 0x675BC9) is known color: Slate Blue. HEX triplet: 67, 5B and C9. RGB value is (103,91,201). Sum of RGB (Red+Green+Blue) = 103+91+201=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #675BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BC9 is #98A436. Grayscale: #6A6A6A. Windows color (decimal): -10003511 or 13196135. OLE color: 13196135.

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

Color convert

RGB 103 91 201 -
CMYK 0.49 0.55 0 0.21
HSL 246.55º 0.5% 0.57% -
HSV(B) 246.55º 0.55% 0.79% -
XYZ 19.88 14.58 57.03 -
YUV 107.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 103 91 201 0.49 0.55 0 0.21 246.55 0.5 0.57
Hex 67 5B C9 31 37 0 15 F7 32 39
Octal 147 133 311 61 67 0 25 367 62 71
Binary 1100111 1011011 11001001 110001 110111 0 10101 11110111 110010 111001

Color Harmonies of #675BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BC9

Black with #675BC9

Text Example


Text Example

White with #675BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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