Html Css Color HEX #625EBF Slate Blue

📋 copy color: '#625EBF'

red 98 ◦ green 94 ◦ blue 191

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

Shades of Slate Blue #625EBF

Tints of Slate Blue #625EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 25.59%
G = 24.54%
B = 49.87%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#625EBF (or 0x625EBF) is known color: Slate Blue. HEX triplet: 62, 5E and BF. RGB value is (98,94,191). Sum of RGB (Red+Green+Blue) = 98+94+191=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #625EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625EBF is #9DA140. Grayscale: #696969. Windows color (decimal): -10330433 or 12541538. OLE color: 12541538.

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

Color convert

RGB 98 94 191 -
CMYK 0.49 0.51 0 0.25
HSL 242.47º 0.43% 0.56% -
HSV(B) 242.47º 0.51% 0.75% -
XYZ 18.44 14.36 51.09 -
YUV 106.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 98 94 191 0.49 0.51 0 0.25 242.47 0.43 0.56
Hex 62 5E BF 31 33 0 19 F2 2B 38
Octal 142 136 277 61 63 0 31 362 53 70
Binary 1100010 1011110 10111111 110001 110011 0 11001 11110010 101011 111000

Color Harmonies of #625EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625EBF

Black with #625EBF

Text Example


Text Example

White with #625EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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