Html Css Color HEX #60649C Rich Blue

📋 copy color: '#60649C'

red 96 ◦ green 100 ◦ blue 156

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

Shades of Rich Blue #60649C

Tints of Rich Blue #60649C

RGB

 RED value IS 96 (37.89% from 255) = 27.27%

 GREEN value IS 100 (39.45% from 255) = 28.41%

 BLUE value IS 156 (61.33% from 255) = 44.32%

R = 27.27%
G = 28.41%
B = 44.32%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60649C (or 0x60649C) is known color: Rich Blue. HEX triplet: 60, 64 and 9C. RGB value is (96,100,156). Sum of RGB (Red+Green+Blue) = 96+100+156=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #60649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60649C is #9F9B63. Grayscale: #686868. Windows color (decimal): -10460004 or 10249312. OLE color: 10249312.

HSL color Cylindrical-coordinate representation of color #60649C: hue angle of 236º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60649C is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 100 156 -
CMYK 0.38 0.36 0 0.39
HSL 236º 0.24% 0.49% -
HSV(B) 236º 0.38% 0.61% -
XYZ 15.38 14 33.34 -
YUV 105.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 96 100 156 0.38 0.36 0 0.39 236 0.24 0.49
Hex 60 64 9C 26 24 0 27 EC 18 31
Octal 140 144 234 46 44 0 47 354 30 61
Binary 1100000 1100100 10011100 100110 100100 0 100111 11101100 11000 110001

Color Harmonies of #60649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60649C

Black with #60649C

Text Example


Text Example

White with #60649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60649C; }

 p { color: rgb(96,100,156); }

 H1.HeaderClassName
 {
   color: #60649C;
 }
 .AnyTagClassName
 {
   color: #60649C;
 }
</style>

background-color css

<style>
 a { background-color: #60649C; }

 a { background-color: rgb(96,100,156); }

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

border-color css

<style>
 span { border-color: #60649C; }

 span { border-color: rgb(96,100,156); }

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