Html Css Color HEX #634CCB Slate Blue

📋 copy color: '#634CCB'

red 99 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #634CCB

Tints of Slate Blue #634CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 26.19%
G = 20.11%
B = 53.7%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#634CCB (or 0x634CCB) is known color: Slate Blue. HEX triplet: 63, 4C and CB. RGB value is (99,76,203). Sum of RGB (Red+Green+Blue) = 99+76+203=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #634CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #634CCB is #9CB334. Grayscale: #606060. Windows color (decimal): -10269493 or 13323363. OLE color: 13323363.

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

Color convert

RGB 99 76 203 -
CMYK 0.51 0.63 0 0.20
HSL 250.87º 0.55% 0.55% -
HSV(B) 250.87º 0.63% 0.8% -
XYZ 18.51 12.13 57.87 -
YUV 97.36 187.62 129.17 -
System Red Green Blue C M Y K H S L
Decimal 99 76 203 0.51 0.63 0 0.20 250.87 0.55 0.55
Hex 63 4C CB 33 3F 0 14 FB 37 37
Octal 143 114 313 63 77 0 24 373 67 67
Binary 1100011 1001100 11001011 110011 111111 0 10100 11111011 110111 110111

Color Harmonies of #634CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634CCB

Black with #634CCB

Text Example


Text Example

White with #634CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,76,203); }

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

background-color css

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

 a { background-color: rgb(99,76,203); }

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

border-color css

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

 span { border-color: rgb(99,76,203); }

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