Html Css Color HEX #675ABF Slate Blue

📋 copy color: '#675ABF'

red 103 ◦ green 90 ◦ blue 191

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

Shades of Slate Blue #675ABF

Tints of Slate Blue #675ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.44%

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

R = 26.82%
G = 23.44%
B = 49.74%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#675ABF (or 0x675ABF) is known color: Slate Blue. HEX triplet: 67, 5A and BF. RGB value is (103,90,191). Sum of RGB (Red+Green+Blue) = 103+90+191=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #675ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ABF is #98A540. Grayscale: #696969. Windows color (decimal): -10003777 or 12540519. OLE color: 12540519.

HSL color Cylindrical-coordinate representation of color #675ABF: hue angle of 247.72º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #675ABF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 90 191 -
CMYK 0.46 0.53 0 0.25
HSL 247.72º 0.44% 0.55% -
HSV(B) 247.72º 0.53% 0.75% -
XYZ 18.65 13.96 51 -
YUV 105.4 176.31 126.29 -
System Red Green Blue C M Y K H S L
Decimal 103 90 191 0.46 0.53 0 0.25 247.72 0.44 0.55
Hex 67 5A BF 2E 35 0 19 F8 2C 37
Octal 147 132 277 56 65 0 31 370 54 67
Binary 1100111 1011010 10111111 101110 110101 0 11001 11111000 101100 110111

Color Harmonies of #675ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ABF

Black with #675ABF

Text Example


Text Example

White with #675ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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