Html Css Color HEX #635FAA Rich Blue

📋 copy color: '#635FAA'

red 99 ◦ green 95 ◦ blue 170

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

Shades of Rich Blue #635FAA

Tints of Rich Blue #635FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.7%

R = 27.2%
G = 26.1%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#635FAA (or 0x635FAA) is known color: Rich Blue. HEX triplet: 63, 5F and AA. RGB value is (99,95,170). Sum of RGB (Red+Green+Blue) = 99+95+170=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #635FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635FAA is #9CA055. Grayscale: #686868. Windows color (decimal): -10264662 or 11165539. OLE color: 11165539.

HSL color Cylindrical-coordinate representation of color #635FAA: hue angle of 243.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #635FAA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 95 170 -
CMYK 0.42 0.44 0 0.33
HSL 243.2º 0.31% 0.52% -
HSV(B) 243.2º 0.44% 0.67% -
XYZ 16.49 13.74 39.81 -
YUV 104.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 99 95 170 0.42 0.44 0 0.33 243.2 0.31 0.52
Hex 63 5F AA 2A 2C 0 21 F3 1F 34
Octal 143 137 252 52 54 0 41 363 37 64
Binary 1100011 1011111 10101010 101010 101100 0 100001 11110011 11111 110100

Color Harmonies of #635FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635FAA

Black with #635FAA

Text Example


Text Example

White with #635FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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