Html Css Color HEX #625FCB Slate Blue

📋 copy color: '#625FCB'

red 98 ◦ green 95 ◦ blue 203

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

Shades of Slate Blue #625FCB

Tints of Slate Blue #625FCB

RGB

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

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

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

R = 24.75%
G = 23.99%
B = 51.26%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#625FCB (or 0x625FCB) is known color: Slate Blue. HEX triplet: 62, 5F and CB. RGB value is (98,95,203). Sum of RGB (Red+Green+Blue) = 98+95+203=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #625FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FCB is #9DA034. Grayscale: #6B6B6B. Windows color (decimal): -10330165 or 13328226. OLE color: 13328226.

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

Color convert

RGB 98 95 203 -
CMYK 0.52 0.53 0 0.20
HSL 241.67º 0.51% 0.58% -
HSV(B) 241.67º 0.53% 0.8% -
XYZ 19.91 15.09 58.36 -
YUV 108.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 98 95 203 0.52 0.53 0 0.20 241.67 0.51 0.58
Hex 62 5F CB 34 35 0 14 F2 33 3A
Octal 142 137 313 64 65 0 24 362 63 72
Binary 1100010 1011111 11001011 110100 110101 0 10100 11110010 110011 111010

Color Harmonies of #625FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FCB

Black with #625FCB

Text Example


Text Example

White with #625FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,95,203); }

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

background-color css

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

 a { background-color: rgb(98,95,203); }

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

border-color css

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

 span { border-color: rgb(98,95,203); }

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