Html Css Color HEX #675FBF Slate Blue

📋 copy color: '#675FBF'

red 103 ◦ green 95 ◦ blue 191

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

Shades of Slate Blue #675FBF

Tints of Slate Blue #675FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 26.48%
G = 24.42%
B = 49.1%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#675FBF (or 0x675FBF) is known color: Slate Blue. HEX triplet: 67, 5F and BF. RGB value is (103,95,191). Sum of RGB (Red+Green+Blue) = 103+95+191=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #675FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FBF is #98A040. Grayscale: #6B6B6B. Windows color (decimal): -10002497 or 12541799. OLE color: 12541799.

HSL color Cylindrical-coordinate representation of color #675FBF: hue angle of 245º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675FBF is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 95 191 -
CMYK 0.46 0.50 0 0.25
HSL 245º 0.43% 0.56% -
HSV(B) 245º 0.5% 0.75% -
XYZ 19.09 14.83 51.15 -
YUV 108.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 103 95 191 0.46 0.50 0 0.25 245 0.43 0.56
Hex 67 5F BF 2E 32 0 19 F5 2B 38
Octal 147 137 277 56 62 0 31 365 53 70
Binary 1100111 1011111 10111111 101110 110010 0 11001 11110101 101011 111000

Color Harmonies of #675FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FBF

Black with #675FBF

Text Example


Text Example

White with #675FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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