Html Css Color HEX #635FDA Slate Blue

📋 copy color: '#635FDA'

red 99 ◦ green 95 ◦ blue 218

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

Shades of Slate Blue #635FDA

Tints of Slate Blue #635FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 24.03%
G = 23.06%
B = 52.91%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#635FDA (or 0x635FDA) is known color: Slate Blue. HEX triplet: 63, 5F and DA. RGB value is (99,95,218). Sum of RGB (Red+Green+Blue) = 99+95+218=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #635FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FDA is #9CA025. Grayscale: #6D6D6D. Windows color (decimal): -10264614 or 14311267. OLE color: 14311267.

HSL color Cylindrical-coordinate representation of color #635FDA: hue angle of 241.95º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #635FDA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 95 218 -
CMYK 0.55 0.56 0 0.15
HSL 241.95º 0.62% 0.61% -
HSV(B) 241.95º 0.56% 0.85% -
XYZ 21.89 15.9 68.24 -
YUV 110.22 188.83 120 -
System Red Green Blue C M Y K H S L
Decimal 99 95 218 0.55 0.56 0 0.15 241.95 0.62 0.61
Hex 63 5F DA 37 38 0 F F2 3E 3D
Octal 143 137 332 67 70 0 17 362 76 75
Binary 1100011 1011111 11011010 110111 111000 0 1111 11110010 111110 111101

Color Harmonies of #635FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FDA

Black with #635FDA

Text Example


Text Example

White with #635FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635FDA; }

 p { color: rgb(99,95,218); }

 H1.HeaderClassName
 {
   color: #635FDA;
 }
 .AnyTagClassName
 {
   color: #635FDA;
 }
</style>

background-color css

<style>
 a { background-color: #635FDA; }

 a { background-color: rgb(99,95,218); }

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

border-color css

<style>
 span { border-color: #635FDA; }

 span { border-color: rgb(99,95,218); }

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