Html Css Color HEX #634ECB Slate Blue

📋 copy color: '#634ECB'

red 99 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #634ECB

Tints of Slate Blue #634ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.53%

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

R = 26.05%
G = 20.53%
B = 53.42%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#634ECB (or 0x634ECB) is known color: Slate Blue. HEX triplet: 63, 4E and CB. RGB value is (99,78,203). Sum of RGB (Red+Green+Blue) = 99+78+203=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #634ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #634ECB is #9CB134. Grayscale: #626262. Windows color (decimal): -10268981 or 13323875. OLE color: 13323875.

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

Color convert

RGB 99 78 203 -
CMYK 0.51 0.62 0 0.20
HSL 250.08º 0.55% 0.55% -
HSV(B) 250.08º 0.62% 0.8% -
XYZ 18.65 12.41 57.91 -
YUV 98.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 99 78 203 0.51 0.62 0 0.20 250.08 0.55 0.55
Hex 63 4E CB 33 3E 0 14 FA 37 37
Octal 143 116 313 63 76 0 24 372 67 67
Binary 1100011 1001110 11001011 110011 111110 0 10100 11111010 110111 110111

Color Harmonies of #634ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634ECB

Black with #634ECB

Text Example


Text Example

White with #634ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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