Html Css Color HEX #635FCC Slate Blue

📋 copy color: '#635FCC'

red 99 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #635FCC

Tints of Slate Blue #635FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 24.87%
G = 23.87%
B = 51.26%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#635FCC (or 0x635FCC) is known color: Slate Blue. HEX triplet: 63, 5F and CC. RGB value is (99,95,204). Sum of RGB (Red+Green+Blue) = 99+95+204=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #635FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #635FCC is #9CA033. Grayscale: #6C6C6C. Windows color (decimal): -10264628 or 13393763. OLE color: 13393763.

HSL color Cylindrical-coordinate representation of color #635FCC: hue angle of 242.2º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #635FCC is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 95 204 -
CMYK 0.51 0.53 0 0.2
HSL 242.2º 0.52% 0.59% -
HSV(B) 242.2º 0.53% 0.8% -
XYZ 20.14 15.2 59 -
YUV 108.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 99 95 204 0.51 0.53 0 0.2 242.2 0.52 0.59
Hex 63 5F CC 33 35 0 14 F2 34 3B
Octal 143 137 314 63 65 0 24 362 64 73
Binary 1100011 1011111 11001100 110011 110101 0 10100 11110010 110100 111011

Color Harmonies of #635FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FCC

Black with #635FCC

Text Example


Text Example

White with #635FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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