Html Css Color HEX #625BBF Slate Blue

📋 copy color: '#625BBF'

red 98 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #625BBF

Tints of Slate Blue #625BBF

RGB

 RED value IS 98 (38.67% from 255) = 25.79%

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

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

R = 25.79%
G = 23.95%
B = 50.26%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#625BBF (or 0x625BBF) is known color: Slate Blue. HEX triplet: 62, 5B and BF. RGB value is (98,91,191). Sum of RGB (Red+Green+Blue) = 98+91+191=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #625BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BBF is #9DA440. Grayscale: #686868. Windows color (decimal): -10331201 or 12540770. OLE color: 12540770.

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

Color convert

RGB 98 91 191 -
CMYK 0.49 0.52 0 0.25
HSL 244.2º 0.44% 0.55% -
HSV(B) 244.2º 0.52% 0.75% -
XYZ 18.18 13.84 51 -
YUV 104.49 176.82 123.37 -
System Red Green Blue C M Y K H S L
Decimal 98 91 191 0.49 0.52 0 0.25 244.2 0.44 0.55
Hex 62 5B BF 31 34 0 19 F4 2C 37
Octal 142 133 277 61 64 0 31 364 54 67
Binary 1100010 1011011 10111111 110001 110100 0 11001 11110100 101100 110111

Color Harmonies of #625BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BBF

Black with #625BBF

Text Example


Text Example

White with #625BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625BBF; }

 p { color: rgb(98,91,191); }

 H1.HeaderClassName
 {
   color: #625BBF;
 }
 .AnyTagClassName
 {
   color: #625BBF;
 }
</style>

background-color css

<style>
 a { background-color: #625BBF; }

 a { background-color: rgb(98,91,191); }

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

border-color css

<style>
 span { border-color: #625BBF; }

 span { border-color: rgb(98,91,191); }

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