Html Css Color HEX #634BDB Slate Blue

📋 copy color: '#634BDB'

red 99 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #634BDB

Tints of Slate Blue #634BDB

RGB

 RED value IS 99 (39.06% from 255) = 25.19%

 GREEN value IS 75 (29.69% from 255) = 19.08%

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 25.19%
G = 19.08%
B = 55.73%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#634BDB (or 0x634BDB) is known color: Slate Blue. HEX triplet: 63, 4B and DB. RGB value is (99,75,219). Sum of RGB (Red+Green+Blue) = 99+75+219=393 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.19% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #634BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634BDB is #9CB424. Grayscale: #626262. Windows color (decimal): -10269733 or 14371683. OLE color: 14371683.

HSL color Cylindrical-coordinate representation of color #634BDB: hue angle of 250º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #634BDB is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 75 219 -
CMYK 0.55 0.66 0 0.14
HSL 250º 0.67% 0.58% -
HSV(B) 250º 0.66% 0.86% -
XYZ 20.45 12.8 68.41 -
YUV 98.59 195.95 128.29 -
System Red Green Blue C M Y K H S L
Decimal 99 75 219 0.55 0.66 0 0.14 250 0.67 0.58
Hex 63 4B DB 37 42 0 E FA 43 3A
Octal 143 113 333 67 102 0 16 372 103 72
Binary 1100011 1001011 11011011 110111 1000010 0 1110 11111010 1000011 111010

Color Harmonies of #634BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634BDB

Black with #634BDB

Text Example


Text Example

White with #634BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634BDB; }

 p { color: rgb(99,75,219); }

 H1.HeaderClassName
 {
   color: #634BDB;
 }
 .AnyTagClassName
 {
   color: #634BDB;
 }
</style>

background-color css

<style>
 a { background-color: #634BDB; }

 a { background-color: rgb(99,75,219); }

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

border-color css

<style>
 span { border-color: #634BDB; }

 span { border-color: rgb(99,75,219); }

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