Html Css Color HEX #636ACC Slate Blue

📋 copy color: '#636ACC'

red 99 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #636ACC

Tints of Slate Blue #636ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 24.21%
G = 25.92%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#636ACC (or 0x636ACC) is known color: Slate Blue. HEX triplet: 63, 6A and CC. RGB value is (99,106,204). Sum of RGB (Red+Green+Blue) = 99+106+204=409 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.21% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #636ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #636ACC is #9C9533. Grayscale: #727272. Windows color (decimal): -10261812 or 13396579. OLE color: 13396579.

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

Color convert

RGB 99 106 204 -
CMYK 0.51 0.48 0 0.2
HSL 236º 0.51% 0.59% -
HSV(B) 236º 0.51% 0.8% -
XYZ 21.2 17.32 59.35 -
YUV 115.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 99 106 204 0.51 0.48 0 0.2 236 0.51 0.59
Hex 63 6A CC 33 30 0 14 EC 33 3B
Octal 143 152 314 63 60 0 24 354 63 73
Binary 1100011 1101010 11001100 110011 110000 0 10100 11101100 110011 111011

Color Harmonies of #636ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636ACC

Black with #636ACC

Text Example


Text Example

White with #636ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636ACC; }

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

 H1.HeaderClassName
 {
   color: #636ACC;
 }
 .AnyTagClassName
 {
   color: #636ACC;
 }
</style>

background-color css

<style>
 a { background-color: #636ACC; }

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

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

border-color css

<style>
 span { border-color: #636ACC; }

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

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