Html Css Color HEX #625BCB Slate Blue

📋 copy color: '#625BCB'

red 98 ◦ green 91 ◦ blue 203

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

Shades of Slate Blue #625BCB

Tints of Slate Blue #625BCB

RGB

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

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

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

R = 25%
G = 23.21%
B = 51.79%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#625BCB (or 0x625BCB) is known color: Slate Blue. HEX triplet: 62, 5B and CB. RGB value is (98,91,203). Sum of RGB (Red+Green+Blue) = 98+91+203=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #625BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BCB is #9DA434. Grayscale: #696969. Windows color (decimal): -10331189 or 13327202. OLE color: 13327202.

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

Color convert

RGB 98 91 203 -
CMYK 0.52 0.55 0 0.20
HSL 243.75º 0.52% 0.58% -
HSV(B) 243.75º 0.55% 0.8% -
XYZ 19.56 14.39 58.25 -
YUV 105.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 98 91 203 0.52 0.55 0 0.20 243.75 0.52 0.58
Hex 62 5B CB 34 37 0 14 F4 34 3A
Octal 142 133 313 64 67 0 24 364 64 72
Binary 1100010 1011011 11001011 110100 110111 0 10100 11110100 110100 111010

Color Harmonies of #625BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BCB

Black with #625BCB

Text Example


Text Example

White with #625BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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