Html Css Color HEX #675BCB Slate Blue

📋 copy color: '#675BCB'

red 103 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #675BCB

Tints of Slate Blue #675BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 25.94%
G = 22.92%
B = 51.13%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#675BCB (or 0x675BCB) is known color: Slate Blue. HEX triplet: 67, 5B and CB. RGB value is (103,91,203). Sum of RGB (Red+Green+Blue) = 103+91+203=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #675BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BCB is #98A434. Grayscale: #6A6A6A. Windows color (decimal): -10003509 or 13327207. OLE color: 13327207.

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

Color convert

RGB 103 91 203 -
CMYK 0.49 0.55 0 0.20
HSL 246.43º 0.52% 0.58% -
HSV(B) 246.43º 0.55% 0.8% -
XYZ 20.11 14.68 58.27 -
YUV 107.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 103 91 203 0.49 0.55 0 0.20 246.43 0.52 0.58
Hex 67 5B CB 31 37 0 14 F6 34 3A
Octal 147 133 313 61 67 0 24 366 64 72
Binary 1100111 1011011 11001011 110001 110111 0 10100 11110110 110100 111010

Color Harmonies of #675BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BCB

Black with #675BCB

Text Example


Text Example

White with #675BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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